Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Pointer to NullableString | [optional] | ||
Groups | Pointer to []string | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] |
func NewCreateContactVM() *CreateContactVM
NewCreateContactVM instantiates a new CreateContactVM 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 NewCreateContactVMWithDefaults() *CreateContactVM
NewCreateContactVMWithDefaults instantiates a new CreateContactVM 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 *CreateContactVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateContactVM) 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 *CreateContactVM) SetName(v string)
SetName sets Name field to given value.
func (o *CreateContactVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateContactVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CreateContactVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CreateContactVM) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CreateContactVM) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateContactVM) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CreateContactVM) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CreateContactVM) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *CreateContactVM) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *CreateContactVM) GetGroups() []string
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *CreateContactVM) GetGroupsOk() (*[]string, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateContactVM) SetGroups(v []string)
SetGroups sets Groups field to given value.
func (o *CreateContactVM) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (o *CreateContactVM) SetGroupsNil(b bool)
SetGroupsNil sets the value for Groups to be an explicit nil
func (o *CreateContactVM) UnsetGroups()
UnsetGroups ensures that no value is present for Groups, not even an explicit nil
func (o *CreateContactVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *CreateContactVM) 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 *CreateContactVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *CreateContactVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *CreateContactVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *CreateContactVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil