Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 656 Bytes

TokenSummary.md

File metadata and controls

26 lines (20 loc) · 656 Bytes

LaunchDarklyApi::TokenSummary

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
_id String [optional]
name String The name of the token [optional]
ending String The last few characters of the token [optional]
service_token Boolean Whether this is a service token [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TokenSummary.new(
  _links: null,
  _id: null,
  name: DevOps token,
  ending: 2345,
  service_token: false
)