github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/Member.md (about)

     1  # Member
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Links** | [***Links**](Links.md) |  | [optional] [default to null]
     7  **Id** | **string** | The unique resource id. | [optional] [default to null]
     8  **Role** | [***Role**](Role.md) |  | [optional] [default to null]
     9  **Email** | **string** |  | [optional] [default to null]
    10  **FirstName** | **string** |  | [optional] [default to null]
    11  **LastName** | **string** |  | [optional] [default to null]
    12  **Verified** | **bool** |  | [optional] [default to null]
    13  **PendingInvite** | **bool** |  | [optional] [default to null]
    14  **IsBeta** | **bool** |  | [optional] [default to null]
    15  **CustomRoles** | **[]string** |  | [optional] [default to null]
    16  **LastSeen** | **int64** | A unix epoch time in milliseconds specifying the last time this member was active in LaunchDarkly. | [optional] [default to null]
    17  **LastSeenMetadata** | [***MemberLastSeenMetadata**](Member__lastSeenMetadata.md) |  | [optional] [default to null]
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21