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

     1  # User
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Key** | **string** |  | [optional] [default to null]
     7  **Secondary** | **string** |  | [optional] [default to null]
     8  **Ip** | **string** |  | [optional] [default to null]
     9  **Country** | **string** |  | [optional] [default to null]
    10  **Email** | **string** |  | [optional] [default to null]
    11  **FirstName** | **string** |  | [optional] [default to null]
    12  **LastName** | **string** |  | [optional] [default to null]
    13  **Avatar** | **string** |  | [optional] [default to null]
    14  **Name** | **string** |  | [optional] [default to null]
    15  **Anonymous** | **bool** |  | [optional] [default to null]
    16  **Custom** | [***interface{}**](interface{}.md) |  | [optional] [default to null]
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20