| 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 | ||
| TargetObject | string | A slug identifying the object that the referenced record belongs to. | |
| TargetRecordId | string | A UUID to identify the referenced record. | |
| AttributeType | string | The attribute type of the value. |
func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6(activeFrom time.Time, activeUntil NullableTime, createdByActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, targetObject string, targetRecordId string, attributeType string, ) *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6 instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6 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 NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6WithDefaults() *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6WithDefaults instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) GetActiveFrom() time.Time
GetActiveFrom returns the ActiveFrom field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetActiveFrom(v time.Time)
SetActiveFrom sets ActiveFrom field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) GetActiveUntil() time.Time
GetActiveUntil returns the ActiveUntil field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetActiveUntil(v time.Time)
SetActiveUntil sets ActiveUntil field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetActiveUntilNil(b bool)
SetActiveUntilNil sets the value for ActiveUntil to be an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) UnsetActiveUntil()
UnsetActiveUntil ensures that no value is present for ActiveUntil, not even an explicit nil
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) GetCreatedByActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetCreatedByActor returns the CreatedByActor field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetCreatedByActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetCreatedByActor sets CreatedByActor field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) GetTargetObject() string
GetTargetObject returns the TargetObject field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetTargetObject(v string)
SetTargetObject sets TargetObject field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) GetTargetRecordId() string
GetTargetRecordId returns the TargetRecordId field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetTargetRecordId(v string)
SetTargetRecordId sets TargetRecordId field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf6) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.