Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 374 Bytes

LastSeenMetadata.md

File metadata and controls

18 lines (12 loc) · 374 Bytes

LaunchDarklyApi::LastSeenMetadata

Properties

Name Type Description Notes
token_id String The ID of the token used in the member's last session [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::LastSeenMetadata.new(
  token_id: 5b52207f8ca8e631d31fdb2b
)