Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] | |
T | string |
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
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
func (o *GroupVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *GroupVM) SetId(v string)
SetId sets Id field to given value.
func (o *GroupVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GroupVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *GroupVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *GroupVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *GroupVM) SetName(v string)
SetName sets Name field to given value.
func (o *GroupVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GroupVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *GroupVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *GroupVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
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.
func (o *GroupVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *GroupVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *GroupVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *GroupVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (o *GroupVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *GroupVM) SetT(v string)
SetT sets T field to given value.