Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | The address to email this Contact to alert them of issues. | [optional] | |
Group | Pointer to NullableString | A grouping for this Contact. This is for display purposes only. | [optional] |
Id | Pointer to int32 | This Contact's unique ID. | [optional] [readonly] |
Name | Pointer to string | The name of this Contact. | [optional] |
Phone | Pointer to GetManagedContacts200ResponseDataInnerPhone | [optional] | |
Updated | Pointer to time.Time | When this Contact was last updated. | [optional] [readonly] |
func NewGetManagedContacts200ResponseDataInner() *GetManagedContacts200ResponseDataInner
NewGetManagedContacts200ResponseDataInner instantiates a new GetManagedContacts200ResponseDataInner 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 NewGetManagedContacts200ResponseDataInnerWithDefaults() *GetManagedContacts200ResponseDataInner
NewGetManagedContacts200ResponseDataInnerWithDefaults instantiates a new GetManagedContacts200ResponseDataInner 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 *GetManagedContacts200ResponseDataInner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *GetManagedContacts200ResponseDataInner) 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 *GetManagedContacts200ResponseDataInner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *GetManagedContacts200ResponseDataInner) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *GetManagedContacts200ResponseDataInner) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *GetManagedContacts200ResponseDataInner) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedContacts200ResponseDataInner) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *GetManagedContacts200ResponseDataInner) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *GetManagedContacts200ResponseDataInner) SetGroupNil(b bool)
SetGroupNil sets the value for Group to be an explicit nil
func (o *GetManagedContacts200ResponseDataInner) UnsetGroup()
UnsetGroup ensures that no value is present for Group, not even an explicit nil
func (o *GetManagedContacts200ResponseDataInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetManagedContacts200ResponseDataInner) GetIdOk() (*int32, 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 *GetManagedContacts200ResponseDataInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetManagedContacts200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetManagedContacts200ResponseDataInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetManagedContacts200ResponseDataInner) 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 *GetManagedContacts200ResponseDataInner) SetName(v string)
SetName sets Name field to given value.
func (o *GetManagedContacts200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetManagedContacts200ResponseDataInner) GetPhone() GetManagedContacts200ResponseDataInnerPhone
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *GetManagedContacts200ResponseDataInner) GetPhoneOk() (*GetManagedContacts200ResponseDataInnerPhone, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedContacts200ResponseDataInner) SetPhone(v GetManagedContacts200ResponseDataInnerPhone)
SetPhone sets Phone field to given value.
func (o *GetManagedContacts200ResponseDataInner) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *GetManagedContacts200ResponseDataInner) GetUpdated() time.Time
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *GetManagedContacts200ResponseDataInner) GetUpdatedOk() (*time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedContacts200ResponseDataInner) SetUpdated(v time.Time)
SetUpdated sets Updated field to given value.
func (o *GetManagedContacts200ResponseDataInner) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.