Sha256: 92a4cc6cb8d07d667a4f3cad5512fe9d06eab1a6150af6c315d41a42d6e5d778

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

# TalonOne::CreateApplicationAPIKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | Title for API Key | 
**expires** | **DateTime** | The date the API key expired | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

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