| Name | Type | Description | Notes |
|---|---|---|---|
| ActiveFrom | time.Time | The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`. | |
| ActiveUntil | time.Time | The point in time at which this value was deactivated. If `null`, the value is active. | |
| CreatedByActor | V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor | ||
| ReferencedActorType | string | The type of the referenced actor. Read more information on actor types here. | |
| ReferencedActorId | string | The ID of the referenced actor. | |
| AttributeType | string | The attribute type of the value. | |
| Value | string | A timestamp value represents a single, universal moment in time using an ISO 8601 formatted string. This means that a timestamp consists of a date, a time (with nanosecond precision), and a time zone. Attio will coerce timestamps which do not provide full nanosecond precision and UTC is assumed if no time zone is provided. For example, "2023", "2023-01", "2023-01-02", "2023-01-02T13:00", "2023-01-02T13:00:00", and "2023-01-02T13:00:00.000000000" will all be coerced to "2023-01-02T13:00:00.000000000Z". Timestamps are always returned in UTC. For example, writing a timestamp value using the string "2023-01-02T13:00:00.000000000+02:00" will result in the value "2023-01-02T11:00:00.000000000Z" being returned. The maximum date is "9999-12-31T23:59:59.999999999Z". | |
| CurrencyValue | float32 | A numerical representation of the currency value. A decimal with a max of 4 decimal places. | |
| CurrencyCode | Pointer to string | The ISO4217 currency code representing the currency that the value is stored in. | [optional] |
| Domain | string | ||
| RootDomain | string | ||
| OriginalEmailAddress | string | ||
| EmailAddress | string | ||
| EmailDomain | string | ||
| EmailRootDomain | string | ||
| EmailLocalSpecifier | string | ||
| TargetObject | string | A slug identifying the object that the referenced record belongs to. | |
| TargetRecordId | string | A UUID to identify the referenced record. | |
| InteractionType | string | The type of interaction e.g. calendar or email. | |
| InteractedAt | time.Time | When the interaction occurred. | |
| OwnerActor | V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor | ||
| Line1 | string | The first line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls. | |
| Line2 | string | The second line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls. | |
| Line3 | string | The third line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls. | |
| Line4 | string | The fourth line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls. | |
| Locality | string | The town, neighborhood or area the location is in. | |
| Region | string | The state, county, province or region that the location is in. | |
| Postcode | string | The postcode or zip code for the location. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.} | |
| CountryCode | string | The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to. | |
| Latitude | string | The latitude of the location. Validated by the regular expression `/^[-+]?([1-8]?\d(\.\d+)? | 90(\.0+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.} |
| Longitude | string | The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)? | ((1[0-7]\d) |
| FirstName | string | The first name. | |
| LastName | string | The last name. | |
| FullName | string | The full name. | |
| OriginalPhoneNumber | string | The raw, original phone number, as inputted. | |
| PhoneNumber | string | ||
| Status | Status | ||
| Option | SelectOption |
func NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInner(activeFrom time.Time, activeUntil time.Time, createdByActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, referencedActorType string, referencedActorId string, attributeType string, value string, currencyValue float32, domain string, rootDomain string, originalEmailAddress string, emailAddress string, emailDomain string, emailRootDomain string, emailLocalSpecifier string, targetObject string, targetRecordId string, interactionType string, interactedAt time.Time, ownerActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, line1 string, line2 string, line3 string, line4 string, locality string, region string, postcode string, countryCode string, latitude string, longitude string, firstName string, lastName string, fullName string, originalPhoneNumber string, phoneNumber string, status Status, option SelectOption, ) *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner
NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInner instantiates a new V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner 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 NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerWithDefaults() *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner
NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerWithDefaults instantiates a new V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetActiveFrom() time.Time
GetActiveFrom returns the ActiveFrom field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetActiveFromOk() (*time.Time, bool)
GetActiveFromOk returns a tuple with the ActiveFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetActiveFrom(v time.Time)
SetActiveFrom sets ActiveFrom field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetActiveUntil() time.Time
GetActiveUntil returns the ActiveUntil field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetActiveUntilOk() (*time.Time, bool)
GetActiveUntilOk returns a tuple with the ActiveUntil field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetActiveUntil(v time.Time)
SetActiveUntil sets ActiveUntil field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCreatedByActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetCreatedByActor returns the CreatedByActor field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCreatedByActorOk() (*V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, bool)
GetCreatedByActorOk returns a tuple with the CreatedByActor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetCreatedByActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetCreatedByActor sets CreatedByActor field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetReferencedActorType() string
GetReferencedActorType returns the ReferencedActorType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetReferencedActorTypeOk() (*string, bool)
GetReferencedActorTypeOk returns a tuple with the ReferencedActorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetReferencedActorType(v string)
SetReferencedActorType sets ReferencedActorType field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetReferencedActorId() string
GetReferencedActorId returns the ReferencedActorId field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetReferencedActorIdOk() (*string, bool)
GetReferencedActorIdOk returns a tuple with the ReferencedActorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetReferencedActorId(v string)
SetReferencedActorId sets ReferencedActorId field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetAttributeTypeOk() (*string, bool)
GetAttributeTypeOk returns a tuple with the AttributeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCurrencyValue() float32
GetCurrencyValue returns the CurrencyValue field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCurrencyValueOk() (*float32, bool)
GetCurrencyValueOk returns a tuple with the CurrencyValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetCurrencyValue(v float32)
SetCurrencyValue sets CurrencyValue field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetCurrencyCode(v string)
SetCurrencyCode sets CurrencyCode field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) HasCurrencyCode() bool
HasCurrencyCode returns a boolean if a field has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetRootDomain() string
GetRootDomain returns the RootDomain field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetRootDomainOk() (*string, bool)
GetRootDomainOk returns a tuple with the RootDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetRootDomain(v string)
SetRootDomain sets RootDomain field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOriginalEmailAddress() string
GetOriginalEmailAddress returns the OriginalEmailAddress field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOriginalEmailAddressOk() (*string, bool)
GetOriginalEmailAddressOk returns a tuple with the OriginalEmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetOriginalEmailAddress(v string)
SetOriginalEmailAddress sets OriginalEmailAddress field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailAddressOk() (*string, bool)
GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailDomain() string
GetEmailDomain returns the EmailDomain field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailDomainOk() (*string, bool)
GetEmailDomainOk returns a tuple with the EmailDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetEmailDomain(v string)
SetEmailDomain sets EmailDomain field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailRootDomain() string
GetEmailRootDomain returns the EmailRootDomain field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailRootDomainOk() (*string, bool)
GetEmailRootDomainOk returns a tuple with the EmailRootDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetEmailRootDomain(v string)
SetEmailRootDomain sets EmailRootDomain field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailLocalSpecifier() string
GetEmailLocalSpecifier returns the EmailLocalSpecifier field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetEmailLocalSpecifierOk() (*string, bool)
GetEmailLocalSpecifierOk returns a tuple with the EmailLocalSpecifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetEmailLocalSpecifier(v string)
SetEmailLocalSpecifier sets EmailLocalSpecifier field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetTargetObject() string
GetTargetObject returns the TargetObject field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetTargetObjectOk() (*string, bool)
GetTargetObjectOk returns a tuple with the TargetObject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetTargetObject(v string)
SetTargetObject sets TargetObject field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetTargetRecordId() string
GetTargetRecordId returns the TargetRecordId field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetTargetRecordIdOk() (*string, bool)
GetTargetRecordIdOk returns a tuple with the TargetRecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetTargetRecordId(v string)
SetTargetRecordId sets TargetRecordId field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetInteractionType() string
GetInteractionType returns the InteractionType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetInteractionTypeOk() (*string, bool)
GetInteractionTypeOk returns a tuple with the InteractionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetInteractionType(v string)
SetInteractionType sets InteractionType field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetInteractedAt() time.Time
GetInteractedAt returns the InteractedAt field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetInteractedAtOk() (*time.Time, bool)
GetInteractedAtOk returns a tuple with the InteractedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetInteractedAt(v time.Time)
SetInteractedAt sets InteractedAt field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOwnerActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetOwnerActor returns the OwnerActor field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOwnerActorOk() (*V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, bool)
GetOwnerActorOk returns a tuple with the OwnerActor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetOwnerActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetOwnerActor sets OwnerActor field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine1() string
GetLine1 returns the Line1 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine1Ok() (*string, bool)
GetLine1Ok returns a tuple with the Line1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLine1(v string)
SetLine1 sets Line1 field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine2() string
GetLine2 returns the Line2 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine2Ok() (*string, bool)
GetLine2Ok returns a tuple with the Line2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLine2(v string)
SetLine2 sets Line2 field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine3() string
GetLine3 returns the Line3 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine3Ok() (*string, bool)
GetLine3Ok returns a tuple with the Line3 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLine3(v string)
SetLine3 sets Line3 field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine4() string
GetLine4 returns the Line4 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLine4Ok() (*string, bool)
GetLine4Ok returns a tuple with the Line4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLine4(v string)
SetLine4 sets Line4 field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLocality() string
GetLocality returns the Locality field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLocalityOk() (*string, bool)
GetLocalityOk returns a tuple with the Locality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLocality(v string)
SetLocality sets Locality field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetPostcode() string
GetPostcode returns the Postcode field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetPostcodeOk() (*string, bool)
GetPostcodeOk returns a tuple with the Postcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetPostcode(v string)
SetPostcode sets Postcode field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLatitude() string
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLatitudeOk() (*string, bool)
GetLatitudeOk returns a tuple with the Latitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLatitude(v string)
SetLatitude sets Latitude field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLongitude() string
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLongitudeOk() (*string, bool)
GetLongitudeOk returns a tuple with the Longitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLongitude(v string)
SetLongitude sets Longitude field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOriginalPhoneNumber() string
GetOriginalPhoneNumber returns the OriginalPhoneNumber field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOriginalPhoneNumberOk() (*string, bool)
GetOriginalPhoneNumberOk returns a tuple with the OriginalPhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetOriginalPhoneNumber(v string)
SetOriginalPhoneNumber sets OriginalPhoneNumber field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetStatus() Status
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetStatusOk() (*Status, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetStatus(v Status)
SetStatus sets Status field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOption() SelectOption
GetOption returns the Option field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) GetOptionOk() (*SelectOption, bool)
GetOptionOk returns a tuple with the Option field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner) SetOption(v SelectOption)
SetOption sets Option field to given value.