| Name | Type | Description | Notes |
|---|---|---|---|
| InteractionType | string | The type of interaction e.g. calendar or email. | |
| InteractedAt | time.Time | When the interaction occurred. | |
| OwnerActor | V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor | ||
| AttributeType | string | The attribute type of the value. |
func NewOutputValueAnyOf7(interactionType string, interactedAt time.Time, ownerActor V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, attributeType string, ) *OutputValueAnyOf7
NewOutputValueAnyOf7 instantiates a new OutputValueAnyOf7 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 NewOutputValueAnyOf7WithDefaults() *OutputValueAnyOf7
NewOutputValueAnyOf7WithDefaults instantiates a new OutputValueAnyOf7 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 *OutputValueAnyOf7) GetInteractionType() string
GetInteractionType returns the InteractionType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf7) GetInteractionTypeOk() (*string, bool)
GetInteractionTypeOk returns a tuple with the InteractionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf7) SetInteractionType(v string)
SetInteractionType sets InteractionType field to given value.
func (o *OutputValueAnyOf7) GetInteractedAt() time.Time
GetInteractedAt returns the InteractedAt field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf7) GetInteractedAtOk() (*time.Time, bool)
GetInteractedAtOk returns a tuple with the InteractedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf7) SetInteractedAt(v time.Time)
SetInteractedAt sets InteractedAt field to given value.
func (o *OutputValueAnyOf7) GetOwnerActor() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor
GetOwnerActor returns the OwnerActor field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf7) GetOwnerActorOk() (*V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor, bool)
GetOwnerActorOk returns a tuple with the OwnerActor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf7) SetOwnerActor(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInnerAnyOfCreatedByActor)
SetOwnerActor sets OwnerActor field to given value.
func (o *OutputValueAnyOf7) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf7) 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 *OutputValueAnyOf7) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.