Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.19 KB

CollectionUser.md

File metadata and controls

19 lines (14 loc) · 1.19 KB

CollectionUser

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [optional] [readonly]
name str, none_type Full name of the user [optional]
first_name str, none_type First name of the user [optional]
last_name str, none_type Last name of the user [optional]
email str, none_type Email address of the user [optional]
photo_url str, none_type The URL of the photo of a person. [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]

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