| 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 | ||
| OriginalEmailAddress | string | ||
| EmailAddress | string | ||
| EmailDomain | string | ||
| EmailRootDomain | string | ||
| EmailLocalSpecifier | string | ||
| AttributeType | string | The attribute type of the value. |
func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5(activeFrom time.Time, activeUntil NullableTime, createdByActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, originalEmailAddress string, emailAddress string, emailDomain string, emailRootDomain string, emailLocalSpecifier string, attributeType string, ) *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5 instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5 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 NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5WithDefaults() *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5WithDefaults instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetActiveFrom() time.Time
GetActiveFrom returns the ActiveFrom field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetActiveFrom(v time.Time)
SetActiveFrom sets ActiveFrom field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetActiveUntil() time.Time
GetActiveUntil returns the ActiveUntil field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetActiveUntil(v time.Time)
SetActiveUntil sets ActiveUntil field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetActiveUntilNil(b bool)
SetActiveUntilNil sets the value for ActiveUntil to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) UnsetActiveUntil()
UnsetActiveUntil ensures that no value is present for ActiveUntil, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetCreatedByActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetCreatedByActor returns the CreatedByActor field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetCreatedByActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetCreatedByActor sets CreatedByActor field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetOriginalEmailAddress() string
GetOriginalEmailAddress returns the OriginalEmailAddress field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetOriginalEmailAddress(v string)
SetOriginalEmailAddress sets OriginalEmailAddress field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetEmailDomain() string
GetEmailDomain returns the EmailDomain field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetEmailDomain(v string)
SetEmailDomain sets EmailDomain field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetEmailRootDomain() string
GetEmailRootDomain returns the EmailRootDomain field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetEmailRootDomain(v string)
SetEmailRootDomain sets EmailRootDomain field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetEmailLocalSpecifier() string
GetEmailLocalSpecifier returns the EmailLocalSpecifier field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetEmailLocalSpecifier(v string)
SetEmailLocalSpecifier sets EmailLocalSpecifier field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf5) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.