Sha256: dc31b12c6bfbba87ba8c7ba26858a5f015e296f37e7b45a9e3c395e69141ea90

Contents?: true

Size: 541 Bytes

Versions: 3

Compression:

Stored size: 541 Bytes

Contents

# TalonOne::CreateApplicationAPIKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | Title for API Key | 
**expires** | **DateTime** | The date the API key expired | 
**platform** | **String** | Platform the API key is valid for. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CreateApplicationAPIKey.new(title: null,
                                 expires: null,
                                 platform: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/CreateApplicationAPIKey.md
talon_one-2.3.0 docs/CreateApplicationAPIKey.md
talon_one-2.2.0 docs/CreateApplicationAPIKey.md