Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.25 KB

File metadata and controls

72 lines (39 loc) · 2.25 KB

InputValueAnyOf4

Properties

Name Type Description Notes
TargetObject string A UUID or slug to identify the object that the referenced record belongs to.
TargetRecordId string A UUID to identify the referenced record.

Methods

NewInputValueAnyOf4

func NewInputValueAnyOf4(targetObject string, targetRecordId string, ) *InputValueAnyOf4

NewInputValueAnyOf4 instantiates a new InputValueAnyOf4 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

NewInputValueAnyOf4WithDefaults

func NewInputValueAnyOf4WithDefaults() *InputValueAnyOf4

NewInputValueAnyOf4WithDefaults instantiates a new InputValueAnyOf4 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 *InputValueAnyOf4) GetTargetObject() string

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

GetTargetObjectOk

func (o *InputValueAnyOf4) 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 *InputValueAnyOf4) SetTargetObject(v string)

SetTargetObject sets TargetObject field to given value.

GetTargetRecordId

func (o *InputValueAnyOf4) GetTargetRecordId() string

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

GetTargetRecordIdOk

func (o *InputValueAnyOf4) 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 *InputValueAnyOf4) SetTargetRecordId(v string)

SetTargetRecordId sets TargetRecordId field to given value.

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