Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 4.08 KB

PatchedSCIMSourceGroupRequest.md

File metadata and controls

144 lines (79 loc) · 4.08 KB

PatchedSCIMSourceGroupRequest

Properties

Name Type Description Notes
Id Pointer to string [optional]
Group Pointer to string [optional]
Source Pointer to string [optional]
Attributes Pointer to interface{} [optional]

Methods

NewPatchedSCIMSourceGroupRequest

func NewPatchedSCIMSourceGroupRequest() *PatchedSCIMSourceGroupRequest

NewPatchedSCIMSourceGroupRequest instantiates a new PatchedSCIMSourceGroupRequest 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

NewPatchedSCIMSourceGroupRequestWithDefaults

func NewPatchedSCIMSourceGroupRequestWithDefaults() *PatchedSCIMSourceGroupRequest

NewPatchedSCIMSourceGroupRequestWithDefaults instantiates a new PatchedSCIMSourceGroupRequest 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

GetId

func (o *PatchedSCIMSourceGroupRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PatchedSCIMSourceGroupRequest) 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.

SetId

func (o *PatchedSCIMSourceGroupRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PatchedSCIMSourceGroupRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetGroup

func (o *PatchedSCIMSourceGroupRequest) GetGroup() string

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

func (o *PatchedSCIMSourceGroupRequest) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroup

func (o *PatchedSCIMSourceGroupRequest) SetGroup(v string)

SetGroup sets Group field to given value.

HasGroup

func (o *PatchedSCIMSourceGroupRequest) HasGroup() bool

HasGroup returns a boolean if a field has been set.

GetSource

func (o *PatchedSCIMSourceGroupRequest) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *PatchedSCIMSourceGroupRequest) 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.

SetSource

func (o *PatchedSCIMSourceGroupRequest) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *PatchedSCIMSourceGroupRequest) HasSource() bool

HasSource returns a boolean if a field has been set.

GetAttributes

func (o *PatchedSCIMSourceGroupRequest) GetAttributes() interface{}

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *PatchedSCIMSourceGroupRequest) 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.

SetAttributes

func (o *PatchedSCIMSourceGroupRequest) SetAttributes(v interface{})

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *PatchedSCIMSourceGroupRequest) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

SetAttributesNil

func (o *PatchedSCIMSourceGroupRequest) SetAttributesNil(b bool)

SetAttributesNil sets the value for Attributes to be an explicit nil

UnsetAttributes

func (o *PatchedSCIMSourceGroupRequest) UnsetAttributes()

UnsetAttributes ensures that no value is present for Attributes, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]