Skip to content

Latest commit

 

History

History
159 lines (88 loc) · 3.82 KB

GroupVM.md

File metadata and controls

159 lines (88 loc) · 3.82 KB

GroupVM

Properties

Name Type Description Notes
Id Pointer to NullableString [optional]
Name Pointer to NullableString [optional]
SubscriptionId Pointer to NullableString [optional]
T string

Methods

NewGroupVM

func NewGroupVM(t string, ) *GroupVM

NewGroupVM instantiates a new GroupVM 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

NewGroupVMWithDefaults

func NewGroupVMWithDefaults() *GroupVM

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *GroupVM) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *GroupVM) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *GroupVM) UnsetId()

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

GetName

func (o *GroupVM) GetName() string

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

GetNameOk

func (o *GroupVM) 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 *GroupVM) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GroupVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *GroupVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *GroupVM) UnsetName()

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

GetSubscriptionId

func (o *GroupVM) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.

GetSubscriptionIdOk

func (o *GroupVM) GetSubscriptionIdOk() (*string, bool)

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

SetSubscriptionId

func (o *GroupVM) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

HasSubscriptionId

func (o *GroupVM) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

SetSubscriptionIdNil

func (o *GroupVM) SetSubscriptionIdNil(b bool)

SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil

UnsetSubscriptionId

func (o *GroupVM) UnsetSubscriptionId()

UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil

GetT

func (o *GroupVM) GetT() string

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

GetTOk

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

SetT sets T field to given value.

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