| 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 | ||
| AttributeType | string | The attribute type of the value. | |
| Value | string | A date represents a single calendar year, month and day, independent of timezone. If hours, months, seconds or timezones are provided, they will be trimmed. For example, "2023" and "2023-01" will be coerced into "2023-01-01", and "2023-01-02", "2023-01-02T13:00", "2023-01-02T14:00:00", "2023-01-02T15:00:00.000000000", and "2023-01-02T15:00:00.000000000+02:00" will all be coerced to "2023-01-02". If a timezone is provided that would result in a different calendar date in UTC, the date will be coerced to UTC and then the timezone component will be trimmed. For example, the value "2023-01-02T23:00:00-10:00" will be returned as "2023-01-03". The maximum date is "9999-12-31". |
func NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3(activeFrom time.Time, activeUntil NullableTime, createdByActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, attributeType string, value string, ) *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3
NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3 instantiates a new V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3 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 NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3WithDefaults() *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3
NewV2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3WithDefaults instantiates a new V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) GetActiveFrom() time.Time
GetActiveFrom returns the ActiveFrom field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) SetActiveFrom(v time.Time)
SetActiveFrom sets ActiveFrom field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) GetActiveUntil() time.Time
GetActiveUntil returns the ActiveUntil field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) SetActiveUntil(v time.Time)
SetActiveUntil sets ActiveUntil field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) SetActiveUntilNil(b bool)
SetActiveUntilNil sets the value for ActiveUntil to be an explicit nil
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) UnsetActiveUntil()
UnsetActiveUntil ensures that no value is present for ActiveUntil, not even an explicit nil
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) GetCreatedByActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetCreatedByActor returns the CreatedByActor field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) SetCreatedByActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetCreatedByActor sets CreatedByActor field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) 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 *V2ObjectsObjectRecordsPut200ResponseDataValuesValueInnerAnyOf3) SetValue(v string)
SetValue sets Value field to given value.