| Name | Type | Description | Notes |
|---|---|---|---|
| _links | SdkKeysSelfLink | [optional] | |
| items | Array<SdkKey> | ||
| total_count | Integer | The total number of SDK keys matching the query, before pagination. |
require 'launchdarkly_api'
instance = LaunchDarklyApi::SdkKeysForGetSdkKeys.new(
_links: null,
items: null,
total_count: null
)