Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.89 KB

File metadata and controls

93 lines (50 loc) · 2.89 KB

OutputValueAnyOf6

Properties

Name Type Description Notes
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.

Methods

NewOutputValueAnyOf6

func NewOutputValueAnyOf6(targetObject string, targetRecordId string, attributeType string, ) *OutputValueAnyOf6

NewOutputValueAnyOf6 instantiates a new OutputValueAnyOf6 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

NewOutputValueAnyOf6WithDefaults

func NewOutputValueAnyOf6WithDefaults() *OutputValueAnyOf6

NewOutputValueAnyOf6WithDefaults instantiates a new OutputValueAnyOf6 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

GetTargetObject

func (o *OutputValueAnyOf6) GetTargetObject() string

GetTargetObject returns the TargetObject field if non-nil, zero value otherwise.

GetTargetObjectOk

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

SetTargetObject

func (o *OutputValueAnyOf6) SetTargetObject(v string)

SetTargetObject sets TargetObject field to given value.

GetTargetRecordId

func (o *OutputValueAnyOf6) GetTargetRecordId() string

GetTargetRecordId returns the TargetRecordId field if non-nil, zero value otherwise.

GetTargetRecordIdOk

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

SetTargetRecordId

func (o *OutputValueAnyOf6) SetTargetRecordId(v string)

SetTargetRecordId sets TargetRecordId field to given value.

GetAttributeType

func (o *OutputValueAnyOf6) GetAttributeType() string

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

GetAttributeTypeOk

func (o *OutputValueAnyOf6) 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 *OutputValueAnyOf6) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

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