Sha256: ebff55574eb39a65ce2f36fffc0fafe7862156de0c90de8664d4469589231fac

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

# TalonOne::NewApplicationAPIKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | ID of the API Key | 
**created_by** | **Integer** | ID of user who created | 
**title** | **String** | Title for API Key | 
**account_id** | **Integer** | ID of account the key is used for | 
**application_id** | **Integer** | ID of application the key is used for | 
**created** | **DateTime** | The date the API key was created | 
**expires** | **DateTime** | The date the API key expired | 
**key** | **String** | Raw API Key | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewApplicationAPIKey.new(id: null,
                                 created_by: null,
                                 title: null,
                                 account_id: null,
                                 application_id: null,
                                 created: null,
                                 expires: null,
                                 key: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.1.1 docs/NewApplicationAPIKey.md
talon_one-2.1.0 docs/NewApplicationAPIKey.md
talon_one-2.0.0 docs/NewApplicationAPIKey.md