Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.33 KB

IamV2UserUpdate.md

File metadata and controls

186 lines (101 loc) · 5.33 KB

IamV2UserUpdate

Properties

Name Type Description Notes
ApiVersion Pointer to string APIVersion defines the schema version of this representation of a resource. [optional] [readonly]
Kind Pointer to string Kind defines the object this REST resource represents. [optional] [readonly]
Id Pointer to string ID is the "natural identifier" for an object within its scope/namespace; it is normally unique across time but not space. That is, you can assume that the ID will not be reclaimed and reused after an object is deleted ("time"); however, it may collide with IDs for other object `kinds` or objects of the same `kind` within a different scope/namespace ("space"). [optional] [readonly]
Metadata Pointer to ObjectMeta [optional]
FullName Pointer to string The user's full name [optional]
AuthType Pointer to string The user's authentication method [optional] [readonly]

Methods

NewIamV2UserUpdate

func NewIamV2UserUpdate() *IamV2UserUpdate

NewIamV2UserUpdate instantiates a new IamV2UserUpdate 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

NewIamV2UserUpdateWithDefaults

func NewIamV2UserUpdateWithDefaults() *IamV2UserUpdate

NewIamV2UserUpdateWithDefaults instantiates a new IamV2UserUpdate 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

GetApiVersion

func (o *IamV2UserUpdate) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

func (o *IamV2UserUpdate) GetApiVersionOk() (*string, bool)

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

SetApiVersion

func (o *IamV2UserUpdate) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *IamV2UserUpdate) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetKind

func (o *IamV2UserUpdate) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *IamV2UserUpdate) GetKindOk() (*string, bool)

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

SetKind

func (o *IamV2UserUpdate) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *IamV2UserUpdate) HasKind() bool

HasKind returns a boolean if a field has been set.

GetId

func (o *IamV2UserUpdate) GetId() string

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

GetIdOk

func (o *IamV2UserUpdate) 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 *IamV2UserUpdate) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IamV2UserUpdate) HasId() bool

HasId returns a boolean if a field has been set.

GetMetadata

func (o *IamV2UserUpdate) GetMetadata() ObjectMeta

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *IamV2UserUpdate) GetMetadataOk() (*ObjectMeta, bool)

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

SetMetadata

func (o *IamV2UserUpdate) SetMetadata(v ObjectMeta)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *IamV2UserUpdate) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetFullName

func (o *IamV2UserUpdate) GetFullName() string

GetFullName returns the FullName field if non-nil, zero value otherwise.

GetFullNameOk

func (o *IamV2UserUpdate) GetFullNameOk() (*string, bool)

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

SetFullName

func (o *IamV2UserUpdate) SetFullName(v string)

SetFullName sets FullName field to given value.

HasFullName

func (o *IamV2UserUpdate) HasFullName() bool

HasFullName returns a boolean if a field has been set.

GetAuthType

func (o *IamV2UserUpdate) GetAuthType() string

GetAuthType returns the AuthType field if non-nil, zero value otherwise.

GetAuthTypeOk

func (o *IamV2UserUpdate) GetAuthTypeOk() (*string, bool)

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

SetAuthType

func (o *IamV2UserUpdate) SetAuthType(v string)

SetAuthType sets AuthType field to given value.

HasAuthType

func (o *IamV2UserUpdate) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

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