| Name | Type | Description | Notes |
|---|---|---|---|
| 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. |
func NewOutputValueAnyOf(referencedActorType string, referencedActorId NullableString, attributeType string, ) *OutputValueAnyOf
NewOutputValueAnyOf instantiates a new OutputValueAnyOf 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 NewOutputValueAnyOfWithDefaults() *OutputValueAnyOf
NewOutputValueAnyOfWithDefaults instantiates a new OutputValueAnyOf 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 *OutputValueAnyOf) GetReferencedActorType() string
GetReferencedActorType returns the ReferencedActorType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf) 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.
func (o *OutputValueAnyOf) SetReferencedActorType(v string)
SetReferencedActorType sets ReferencedActorType field to given value.
func (o *OutputValueAnyOf) GetReferencedActorId() string
GetReferencedActorId returns the ReferencedActorId field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf) 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.
func (o *OutputValueAnyOf) SetReferencedActorId(v string)
SetReferencedActorId sets ReferencedActorId field to given value.
func (o *OutputValueAnyOf) SetReferencedActorIdNil(b bool)
SetReferencedActorIdNil sets the value for ReferencedActorId to be an explicit nil
func (o *OutputValueAnyOf) UnsetReferencedActorId()
UnsetReferencedActorId ensures that no value is present for ReferencedActorId, not even an explicit nil
func (o *OutputValueAnyOf) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf) 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 *OutputValueAnyOf) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.