Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.24 KB

UserRecord.md

File metadata and controls

18 lines (13 loc) · 1.24 KB

UserRecord

Properties

Name Type Description Notes
last_ping datetime Timestamp of the last time this user was seen [optional]
environment_id str [optional]
owner_id str [optional]
user User [optional]
sort_value bool, date, datetime, dict, float, int, list, str, none_type 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 {str: (Link,)} The location and content type of related resources [optional]
access Access [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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