LaunchDarklyApi::ContextInstanceRecord
Name
Type
Description
Notes
last_seen
Time
Timestamp of the last time an evaluation occurred for this context instance
[optional]
id
String
The context instance ID
application_id
String
An identifier representing the application where the LaunchDarkly SDK is running
[optional]
anonymous_kinds
Array<String>
A list of the context kinds this context was associated with that the SDK removed because they were marked as anonymous at flag evaluation
[optional]
context
Object
The context, including its kind and attributes
_links
Hash<String, Link>
The location and content type of related resources
[optional]
_access
Access
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::ContextInstanceRecord . new (
last_seen : 2022 -04 -15 T15 :00 :57.526470334 Z ,
id : b3JnOmxhdW5jaGRhcmtseQ ,
application_id : GoSDK /1.2 ,
anonymous_kinds : [ " ; device " ; , " ; privateKind " ; ] ,
context : { " ; kind " ; : " ; user " ; , " ; key " ; : " ; context -key -123 abc " ; , " ; name " ; : " ; Sandy Smith " ; , " ; email " ; : " ; sandy @example . com " ; } ,
_links : { " ; parent " ; :{ " ; href " ; :" ; /api/v 2 /projects /my -project /environments /my -environment " ; , " ; type " ; :" ; application /json " ; } , " ; self " ; :{ " ; href " ; :" ; /api/v 2 /projects /my -project /environments /my -env /context -instances /organization :launch -darkly :user :henry? filter =applicationId:\"GoSDK/1.2\"","type":"application/json"},"site":{"href":"/my-project/my-environment/context-instances/organization:launch-darkly:user:henry","type":"text/html"}},
_access : null
)