Skip to content

Latest commit

 

History

History
221 lines (122 loc) · 5.37 KB

UserProfileVM.md

File metadata and controls

221 lines (122 loc) · 5.37 KB

UserProfileVM

Properties

Name Type Description Notes
Id Pointer to NullableString [optional]
Name Pointer to NullableString [optional]
Username Pointer to NullableString [optional]
Email Pointer to NullableString [optional]
IsReadOnly Pointer to bool [optional]
T string

Methods

NewUserProfileVM

func NewUserProfileVM(t string, ) *UserProfileVM

NewUserProfileVM instantiates a new UserProfileVM 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

NewUserProfileVMWithDefaults

func NewUserProfileVMWithDefaults() *UserProfileVM

NewUserProfileVMWithDefaults instantiates a new UserProfileVM 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 *UserProfileVM) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *UserProfileVM) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *UserProfileVM) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *UserProfileVM) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetName

func (o *UserProfileVM) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UserProfileVM) GetNameOk() (*string, bool)

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

SetName

func (o *UserProfileVM) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UserProfileVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *UserProfileVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *UserProfileVM) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetUsername

func (o *UserProfileVM) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *UserProfileVM) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *UserProfileVM) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *UserProfileVM) HasUsername() bool

HasUsername returns a boolean if a field has been set.

SetUsernameNil

func (o *UserProfileVM) SetUsernameNil(b bool)

SetUsernameNil sets the value for Username to be an explicit nil

UnsetUsername

func (o *UserProfileVM) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

GetEmail

func (o *UserProfileVM) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *UserProfileVM) GetEmailOk() (*string, bool)

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

SetEmail

func (o *UserProfileVM) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *UserProfileVM) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *UserProfileVM) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *UserProfileVM) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetIsReadOnly

func (o *UserProfileVM) GetIsReadOnly() bool

GetIsReadOnly returns the IsReadOnly field if non-nil, zero value otherwise.

GetIsReadOnlyOk

func (o *UserProfileVM) GetIsReadOnlyOk() (*bool, bool)

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

SetIsReadOnly

func (o *UserProfileVM) SetIsReadOnly(v bool)

SetIsReadOnly sets IsReadOnly field to given value.

HasIsReadOnly

func (o *UserProfileVM) HasIsReadOnly() bool

HasIsReadOnly returns a boolean if a field has been set.

GetT

func (o *UserProfileVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *UserProfileVM) GetTOk() (*string, bool)

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

SetT

func (o *UserProfileVM) SetT(v string)

SetT sets T field to given value.

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