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

     1  # MembersBody
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Email** | **string** |  | [default to null]
     7  **FirstName** | **string** |  | [optional] [default to null]
     8  **LastName** | **string** |  | [optional] [default to null]
     9  **Role** | [***Role**](Role.md) |  | [optional] [default to null]
    10  **CustomRoles** | **[]string** |  | [optional] [default to null]
    11  **InlineRole** | [**[]Statement**](Statement.md) |  | [optional] [default to null]
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15