Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.78 KB

File metadata and controls

72 lines (39 loc) · 2.78 KB

V2TasksPostRequestDataLinkedRecordsInnerAnyOf

Properties

Name Type Description Notes
TargetObject string The ID or slug of the parent object the tasks refers to. This can reference both standard and custom objects.`
TargetRecordId string The ID of the parent record the task refers to.

Methods

NewV2TasksPostRequestDataLinkedRecordsInnerAnyOf

func NewV2TasksPostRequestDataLinkedRecordsInnerAnyOf(targetObject string, targetRecordId string, ) *V2TasksPostRequestDataLinkedRecordsInnerAnyOf

NewV2TasksPostRequestDataLinkedRecordsInnerAnyOf instantiates a new V2TasksPostRequestDataLinkedRecordsInnerAnyOf 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

NewV2TasksPostRequestDataLinkedRecordsInnerAnyOfWithDefaults

func NewV2TasksPostRequestDataLinkedRecordsInnerAnyOfWithDefaults() *V2TasksPostRequestDataLinkedRecordsInnerAnyOf

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

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

GetTargetObjectOk

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

SetTargetObject sets TargetObject field to given value.

GetTargetRecordId

func (o *V2TasksPostRequestDataLinkedRecordsInnerAnyOf) GetTargetRecordId() string

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

GetTargetRecordIdOk

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

SetTargetRecordId sets TargetRecordId field to given value.

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