Sha256: 518a0d2addbcfdb804f45626b2cd7b14bd5fdc43ec55ed88462563bb0c382924

Contents?: true

Size: 961 Bytes

Versions: 3

Compression:

Stored size: 961 Bytes

Contents

# TalonOne::ApplicationAPIKey

## 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 | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

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