Name | Type | Description | Notes |
---|---|---|---|
UserId | string | The user's social identity ID. | |
Details | Pointer to map[string]interface{} | The user's social identity details. | [optional] |
func NewReplaceUserIdentityRequest(userId string, ) *ReplaceUserIdentityRequest
NewReplaceUserIdentityRequest instantiates a new ReplaceUserIdentityRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReplaceUserIdentityRequestWithDefaults() *ReplaceUserIdentityRequest
NewReplaceUserIdentityRequestWithDefaults instantiates a new ReplaceUserIdentityRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ReplaceUserIdentityRequest) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *ReplaceUserIdentityRequest) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplaceUserIdentityRequest) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *ReplaceUserIdentityRequest) GetDetails() map[string]interface{}
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *ReplaceUserIdentityRequest) GetDetailsOk() (*map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReplaceUserIdentityRequest) SetDetails(v map[string]interface{})
SetDetails sets Details field to given value.
func (o *ReplaceUserIdentityRequest) HasDetails() bool
HasDetails returns a boolean if a field has been set.