Skip to content

Latest commit

 

History

History
176 lines (95 loc) · 7.97 KB

File metadata and controls

176 lines (95 loc) · 7.97 KB

V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf

Properties

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
ReferencedActorType string The type of the referenced actor. Read more information on actor types here.
ReferencedActorId NullableString The ID of the referenced actor.
AttributeType string The attribute type of the value.

Methods

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf

func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf(activeFrom time.Time, activeUntil NullableTime, createdByActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, referencedActorType string, referencedActorId NullableString, attributeType string, ) *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf 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

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfWithDefaults

func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfWithDefaults() *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfWithDefaults instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf 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

GetActiveFrom

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) GetActiveFrom() time.Time

GetActiveFrom returns the ActiveFrom field if non-nil, zero value otherwise.

GetActiveFromOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) 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.

SetActiveFrom

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetActiveFrom(v time.Time)

SetActiveFrom sets ActiveFrom field to given value.

GetActiveUntil

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) GetActiveUntil() time.Time

GetActiveUntil returns the ActiveUntil field if non-nil, zero value otherwise.

GetActiveUntilOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) 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.

SetActiveUntil

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetActiveUntil(v time.Time)

SetActiveUntil sets ActiveUntil field to given value.

SetActiveUntilNil

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetActiveUntilNil(b bool)

SetActiveUntilNil sets the value for ActiveUntil to be an explicit nil

UnsetActiveUntil

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) UnsetActiveUntil()

UnsetActiveUntil ensures that no value is present for ActiveUntil, not even an explicit nil

GetCreatedByActor

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) GetCreatedByActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor

GetCreatedByActor returns the CreatedByActor field if non-nil, zero value otherwise.

GetCreatedByActorOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) 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.

SetCreatedByActor

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetCreatedByActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)

SetCreatedByActor sets CreatedByActor field to given value.

GetReferencedActorType

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) GetReferencedActorType() string

GetReferencedActorType returns the ReferencedActorType field if non-nil, zero value otherwise.

GetReferencedActorTypeOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) 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.

SetReferencedActorType

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetReferencedActorType(v string)

SetReferencedActorType sets ReferencedActorType field to given value.

GetReferencedActorId

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) GetReferencedActorId() string

GetReferencedActorId returns the ReferencedActorId field if non-nil, zero value otherwise.

GetReferencedActorIdOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) 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.

SetReferencedActorId

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetReferencedActorId(v string)

SetReferencedActorId sets ReferencedActorId field to given value.

SetReferencedActorIdNil

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetReferencedActorIdNil(b bool)

SetReferencedActorIdNil sets the value for ReferencedActorId to be an explicit nil

UnsetReferencedActorId

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) UnsetReferencedActorId()

UnsetReferencedActorId ensures that no value is present for ReferencedActorId, not even an explicit nil

GetAttributeType

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) GetAttributeType() string

GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.

GetAttributeTypeOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) 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.

SetAttributeType

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOf) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

[Back to Model list] [Back to API list] [Back to README]