Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
Username | Pointer to NullableString | [optional] | |
Pointer to NullableString | [optional] | ||
IsReadOnly | Pointer to bool | [optional] | |
T | string |
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
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
func (o *UserProfileVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *UserProfileVM) SetId(v string)
SetId sets Id field to given value.
func (o *UserProfileVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UserProfileVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *UserProfileVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *UserProfileVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *UserProfileVM) SetName(v string)
SetName sets Name field to given value.
func (o *UserProfileVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UserProfileVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *UserProfileVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *UserProfileVM) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *UserProfileVM) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *UserProfileVM) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *UserProfileVM) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *UserProfileVM) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *UserProfileVM) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *UserProfileVM) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UserProfileVM) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UserProfileVM) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *UserProfileVM) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *UserProfileVM) GetIsReadOnly() bool
GetIsReadOnly returns the IsReadOnly field if non-nil, zero value otherwise.
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.
func (o *UserProfileVM) SetIsReadOnly(v bool)
SetIsReadOnly sets IsReadOnly field to given value.
func (o *UserProfileVM) HasIsReadOnly() bool
HasIsReadOnly returns a boolean if a field has been set.
func (o *UserProfileVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *UserProfileVM) SetT(v string)
SetT sets T field to given value.