Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 516 Bytes

Tokens.md

File metadata and controls

22 lines (16 loc) · 516 Bytes

LaunchDarklyApi::Tokens

Properties

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]

Example

require 'launchdarkly_api'

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