| 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 | NullableTime | The point in time at which this value was deactivated. If `null`, the value is active. | |
| CreatedByActor | V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor | ||
| Line1 | NullableString | 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 | NullableString | 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 | NullableString | 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 | NullableString | 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 | NullableString | The town, neighborhood or area the location is in. | |
| Region | NullableString | The state, county, province or region that the location is in. | |
| Postcode | NullableString | 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 | NullableString | The ISO 3166-1 alpha-2 country code for the country this location is in. | |
| Latitude | NullableString | 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 | NullableString | The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)? | ((1[0-7]\d) |
| AttributeType | string | The attribute type of the value. |
func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8(activeFrom time.Time, activeUntil NullableTime, createdByActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, line1 NullableString, line2 NullableString, line3 NullableString, line4 NullableString, locality NullableString, region NullableString, postcode NullableString, countryCode NullableString, latitude NullableString, longitude NullableString, attributeType string, ) *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8 instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8 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 NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8WithDefaults() *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8WithDefaults instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetActiveFrom() time.Time
GetActiveFrom returns the ActiveFrom field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetActiveFrom(v time.Time)
SetActiveFrom sets ActiveFrom field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetActiveUntil() time.Time
GetActiveUntil returns the ActiveUntil field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetActiveUntil(v time.Time)
SetActiveUntil sets ActiveUntil field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetActiveUntilNil(b bool)
SetActiveUntilNil sets the value for ActiveUntil to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetActiveUntil()
UnsetActiveUntil ensures that no value is present for ActiveUntil, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetCreatedByActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetCreatedByActor returns the CreatedByActor field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetCreatedByActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetCreatedByActor sets CreatedByActor field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLine1() string
GetLine1 returns the Line1 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine1(v string)
SetLine1 sets Line1 field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine1Nil(b bool)
SetLine1Nil sets the value for Line1 to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLine1()
UnsetLine1 ensures that no value is present for Line1, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLine2() string
GetLine2 returns the Line2 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine2(v string)
SetLine2 sets Line2 field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine2Nil(b bool)
SetLine2Nil sets the value for Line2 to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLine2()
UnsetLine2 ensures that no value is present for Line2, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLine3() string
GetLine3 returns the Line3 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine3(v string)
SetLine3 sets Line3 field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine3Nil(b bool)
SetLine3Nil sets the value for Line3 to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLine3()
UnsetLine3 ensures that no value is present for Line3, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLine4() string
GetLine4 returns the Line4 field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine4(v string)
SetLine4 sets Line4 field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLine4Nil(b bool)
SetLine4Nil sets the value for Line4 to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLine4()
UnsetLine4 ensures that no value is present for Line4, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLocality() string
GetLocality returns the Locality field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLocality(v string)
SetLocality sets Locality field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLocalityNil(b bool)
SetLocalityNil sets the value for Locality to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLocality()
UnsetLocality ensures that no value is present for Locality, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetRegionNil(b bool)
SetRegionNil sets the value for Region to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetRegion()
UnsetRegion ensures that no value is present for Region, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetPostcode() string
GetPostcode returns the Postcode field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetPostcode(v string)
SetPostcode sets Postcode field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetPostcodeNil(b bool)
SetPostcodeNil sets the value for Postcode to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetPostcode()
UnsetPostcode ensures that no value is present for Postcode, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetCountryCodeNil(b bool)
SetCountryCodeNil sets the value for CountryCode to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetCountryCode()
UnsetCountryCode ensures that no value is present for CountryCode, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLatitude() string
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLatitude(v string)
SetLatitude sets Latitude field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLatitudeNil(b bool)
SetLatitudeNil sets the value for Latitude to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLatitude()
UnsetLatitude ensures that no value is present for Latitude, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetLongitude() string
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLongitude(v string)
SetLongitude sets Longitude field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetLongitudeNil(b bool)
SetLongitudeNil sets the value for Longitude to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) UnsetLongitude()
UnsetLongitude ensures that no value is present for Longitude, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf8) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.