Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 3.23 KB

UpdateGroupVM.md

File metadata and controls

123 lines (68 loc) · 3.23 KB

UpdateGroupVM

Properties

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

Methods

NewUpdateGroupVM

func NewUpdateGroupVM(t string, ) *UpdateGroupVM

NewUpdateGroupVM instantiates a new UpdateGroupVM 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

NewUpdateGroupVMWithDefaults

func NewUpdateGroupVMWithDefaults() *UpdateGroupVM

NewUpdateGroupVMWithDefaults instantiates a new UpdateGroupVM 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

GetName

func (o *UpdateGroupVM) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *UpdateGroupVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *UpdateGroupVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *UpdateGroupVM) UnsetName()

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

GetSubscriptionId

func (o *UpdateGroupVM) GetSubscriptionId() string

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

GetSubscriptionIdOk

func (o *UpdateGroupVM) 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 *UpdateGroupVM) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

HasSubscriptionId

func (o *UpdateGroupVM) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

SetSubscriptionIdNil

func (o *UpdateGroupVM) SetSubscriptionIdNil(b bool)

SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil

UnsetSubscriptionId

func (o *UpdateGroupVM) UnsetSubscriptionId()

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

GetT

func (o *UpdateGroupVM) GetT() string

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

GetTOk

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

SetT sets T field to given value.

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