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

Latest commit

 

History

History
20 lines (17 loc) · 1004 Bytes

File metadata and controls

20 lines (17 loc) · 1004 Bytes

LaunchDarkly.Api.Model.Member

Properties

Name Type Description Notes
Links Links [optional]
Id string The unique resource id. [optional]
Role Role [optional]
Email string [optional]
FirstName string [optional]
LastName string [optional]
Verified bool? [optional]
PendingInvite bool? [optional]
IsBeta bool? [optional]
CustomRoles List<string> [optional]
LastSeen long? A unix epoch time in milliseconds specifying the last time this member was active in LaunchDarkly. [optional]
LastSeenMetadata MemberLastSeenMetadata [optional]

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