Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
User | int32 | ||
Source | string | ||
Attributes | Pointer to interface{} | [optional] |
func NewSCIMSourceUserRequest(id string, user int32, source string, ) *SCIMSourceUserRequest
NewSCIMSourceUserRequest instantiates a new SCIMSourceUserRequest 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 NewSCIMSourceUserRequestWithDefaults() *SCIMSourceUserRequest
NewSCIMSourceUserRequestWithDefaults instantiates a new SCIMSourceUserRequest 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 *SCIMSourceUserRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SCIMSourceUserRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSourceUserRequest) SetId(v string)
SetId sets Id field to given value.
func (o *SCIMSourceUserRequest) GetUser() int32
GetUser returns the User field if non-nil, zero value otherwise.
func (o *SCIMSourceUserRequest) GetUserOk() (*int32, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSourceUserRequest) SetUser(v int32)
SetUser sets User field to given value.
func (o *SCIMSourceUserRequest) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *SCIMSourceUserRequest) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSourceUserRequest) SetSource(v string)
SetSource sets Source field to given value.
func (o *SCIMSourceUserRequest) GetAttributes() interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *SCIMSourceUserRequest) GetAttributesOk() (*interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SCIMSourceUserRequest) SetAttributes(v interface{})
SetAttributes sets Attributes field to given value.
func (o *SCIMSourceUserRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *SCIMSourceUserRequest) SetAttributesNil(b bool)
SetAttributesNil sets the value for Attributes to be an explicit nil
func (o *SCIMSourceUserRequest) UnsetAttributes()
UnsetAttributes ensures that no value is present for Attributes, not even an explicit nil