Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 4.6 KB

CreateContactVM.md

File metadata and controls

174 lines (97 loc) · 4.6 KB

CreateContactVM

Properties

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

Methods

NewCreateContactVM

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

NewCreateContactVMWithDefaults

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

GetName

func (o *CreateContactVM) GetName() string

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

GetNameOk

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.

SetName

func (o *CreateContactVM) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CreateContactVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *CreateContactVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *CreateContactVM) UnsetName()

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

GetEmail

func (o *CreateContactVM) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *CreateContactVM) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *CreateContactVM) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *CreateContactVM) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *CreateContactVM) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetGroups

func (o *CreateContactVM) GetGroups() []string

GetGroups returns the Groups field if non-nil, zero value otherwise.

GetGroupsOk

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.

SetGroups

func (o *CreateContactVM) SetGroups(v []string)

SetGroups sets Groups field to given value.

HasGroups

func (o *CreateContactVM) HasGroups() bool

HasGroups returns a boolean if a field has been set.

SetGroupsNil

func (o *CreateContactVM) SetGroupsNil(b bool)

SetGroupsNil sets the value for Groups to be an explicit nil

UnsetGroups

func (o *CreateContactVM) UnsetGroups()

UnsetGroups ensures that no value is present for Groups, not even an explicit nil

GetSubscriptionId

func (o *CreateContactVM) GetSubscriptionId() string

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

GetSubscriptionIdOk

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.

SetSubscriptionId

func (o *CreateContactVM) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

HasSubscriptionId

func (o *CreateContactVM) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

SetSubscriptionIdNil

func (o *CreateContactVM) SetSubscriptionIdNil(b bool)

SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil

UnsetSubscriptionId

func (o *CreateContactVM) UnsetSubscriptionId()

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

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