LaunchDarklyApi::UserRecord
Name
Type
Description
Notes
last_ping
Time
[optional]
environment_id
String
[optional]
owner_id
String
[optional]
user
User
[optional]
sort_value
Object
[optional]
_links
Hash<String, Link>
[optional]
_access
Access
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::UserRecord . new (
last_ping : null ,
environment_id : null ,
owner_id : null ,
user : null ,
sort_value : null ,
_links : { " ; parent " ; :{ " ; href " ; :" ; /api /v2 /users /my -project /my -environment " ; , " ; type " ; :" ; application /json " ; } , " ; self " ; :{ " ; href " ; :" ; /api/v 2 /users /my -project /my -environment /my -user " ; , " ; type " ; :" ; application /json " ; } , " ; settings " ; :{ " ; href " ; :" ; /api/v 2 /users /my -project /my -environment /my -user /flags " ; , " ; type " ; :" ; text /html " ; } , " ; site " ; :{ " ; href " ; :" ; /my-project/my -environment /users /my -user " ; , " ; type " ; :" ; text /html " ; } } ,
_access : null
)