| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<Token> | An array of access tokens | [optional] |
| _links | Hash<String, Link> | [optional] | |
| total_count | Integer | The number of access tokens returned | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Tokens.new(
items: null,
_links: null,
total_count: null
)