Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 2.94 KB

AppMixinsVM.md

File metadata and controls

123 lines (68 loc) · 2.94 KB

AppMixinsVM

Properties

Name Type Description Notes
Head Pointer to NullableString [optional]
Body Pointer to NullableString [optional]
T string

Methods

NewAppMixinsVM

func NewAppMixinsVM(t string, ) *AppMixinsVM

NewAppMixinsVM instantiates a new AppMixinsVM 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

NewAppMixinsVMWithDefaults

func NewAppMixinsVMWithDefaults() *AppMixinsVM

NewAppMixinsVMWithDefaults instantiates a new AppMixinsVM 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

GetHead

func (o *AppMixinsVM) GetHead() string

GetHead returns the Head field if non-nil, zero value otherwise.

GetHeadOk

func (o *AppMixinsVM) GetHeadOk() (*string, bool)

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

SetHead

func (o *AppMixinsVM) SetHead(v string)

SetHead sets Head field to given value.

HasHead

func (o *AppMixinsVM) HasHead() bool

HasHead returns a boolean if a field has been set.

SetHeadNil

func (o *AppMixinsVM) SetHeadNil(b bool)

SetHeadNil sets the value for Head to be an explicit nil

UnsetHead

func (o *AppMixinsVM) UnsetHead()

UnsetHead ensures that no value is present for Head, not even an explicit nil

GetBody

func (o *AppMixinsVM) GetBody() string

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

func (o *AppMixinsVM) GetBodyOk() (*string, bool)

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

SetBody

func (o *AppMixinsVM) SetBody(v string)

SetBody sets Body field to given value.

HasBody

func (o *AppMixinsVM) HasBody() bool

HasBody returns a boolean if a field has been set.

SetBodyNil

func (o *AppMixinsVM) SetBodyNil(b bool)

SetBodyNil sets the value for Body to be an explicit nil

UnsetBody

func (o *AppMixinsVM) UnsetBody()

UnsetBody ensures that no value is present for Body, not even an explicit nil

GetT

func (o *AppMixinsVM) GetT() string

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

GetTOk

func (o *AppMixinsVM) 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 *AppMixinsVM) SetT(v string)

SetT sets T field to given value.

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