Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.07 KB

File metadata and controls

15 lines (12 loc) · 1.07 KB

# UserRecord

Properties

Name Type Description Notes
last_ping \DateTime Timestamp of the last time this user was seen [optional]
environment_id string [optional]
owner_id string [optional]
user \LaunchDarklyApi\Model\User [optional]
sort_value mixed If this record is returned as part of a list, the value used to sort the list. This is only included when the <code>sort</code> query parameter is specified. It is a time, in Unix milliseconds, if the sort is by <code>lastSeen</code>. It is a user key if the sort is by <code>userKey</code>. [optional]
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources [optional]
_access \LaunchDarklyApi\Model\Access [optional]

[Back to Model list] [Back to API list] [Back to README]