Name | Type | Description | Notes |
---|---|---|---|
Head | Pointer to NullableString | [optional] | |
Body | Pointer to NullableString | [optional] | |
T | string |
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
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
func (o *AppMixinsVM) GetHead() string
GetHead returns the Head field if non-nil, zero value otherwise.
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.
func (o *AppMixinsVM) SetHead(v string)
SetHead sets Head field to given value.
func (o *AppMixinsVM) HasHead() bool
HasHead returns a boolean if a field has been set.
func (o *AppMixinsVM) SetHeadNil(b bool)
SetHeadNil sets the value for Head to be an explicit nil
func (o *AppMixinsVM) UnsetHead()
UnsetHead ensures that no value is present for Head, not even an explicit nil
func (o *AppMixinsVM) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
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.
func (o *AppMixinsVM) SetBody(v string)
SetBody sets Body field to given value.
func (o *AppMixinsVM) HasBody() bool
HasBody returns a boolean if a field has been set.
func (o *AppMixinsVM) SetBodyNil(b bool)
SetBodyNil sets the value for Body to be an explicit nil
func (o *AppMixinsVM) UnsetBody()
UnsetBody ensures that no value is present for Body, not even an explicit nil
func (o *AppMixinsVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *AppMixinsVM) SetT(v string)
SetT sets T field to given value.