Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 534 Bytes

File metadata and controls

22 lines (16 loc) · 534 Bytes

LaunchDarklyApi::SdkKeysForGetSdkKeys

Properties

Name Type Description Notes
_links SdkKeysSelfLink [optional]
items Array<SdkKey>
total_count Integer The total number of SDK keys matching the query, before pagination.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SdkKeysForGetSdkKeys.new(
  _links: null,
  items: null,
  total_count: null
)