Name | Type | Description | Notes |
---|---|---|---|
ContactId | Pointer to int32 | [optional] [readonly] | |
ContactName | string | ||
ContactEmail | string | ||
ContactPhone | Pointer to NullableString | [optional] |
func NewContact(contactName string, contactEmail string, ) *Contact
NewContact instantiates a new Contact 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 NewContactWithDefaults() *Contact
NewContactWithDefaults instantiates a new Contact 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 *Contact) GetContactId() int32
GetContactId returns the ContactId field if non-nil, zero value otherwise.
func (o *Contact) GetContactIdOk() (*int32, bool)
GetContactIdOk returns a tuple with the ContactId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Contact) SetContactId(v int32)
SetContactId sets ContactId field to given value.
func (o *Contact) HasContactId() bool
HasContactId returns a boolean if a field has been set.
func (o *Contact) GetContactName() string
GetContactName returns the ContactName field if non-nil, zero value otherwise.
func (o *Contact) GetContactNameOk() (*string, bool)
GetContactNameOk returns a tuple with the ContactName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Contact) SetContactName(v string)
SetContactName sets ContactName field to given value.
func (o *Contact) GetContactEmail() string
GetContactEmail returns the ContactEmail field if non-nil, zero value otherwise.
func (o *Contact) GetContactEmailOk() (*string, bool)
GetContactEmailOk returns a tuple with the ContactEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Contact) SetContactEmail(v string)
SetContactEmail sets ContactEmail field to given value.
func (o *Contact) GetContactPhone() string
GetContactPhone returns the ContactPhone field if non-nil, zero value otherwise.
func (o *Contact) GetContactPhoneOk() (*string, bool)
GetContactPhoneOk returns a tuple with the ContactPhone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Contact) SetContactPhone(v string)
SetContactPhone sets ContactPhone field to given value.
func (o *Contact) HasContactPhone() bool
HasContactPhone returns a boolean if a field has been set.
func (o *Contact) SetContactPhoneNil(b bool)
SetContactPhoneNil sets the value for ContactPhone to be an explicit nil
func (o *Contact) UnsetContactPhone()
UnsetContactPhone ensures that no value is present for ContactPhone, not even an explicit nil