Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.89 KB

File metadata and controls

72 lines (39 loc) · 2.89 KB

V2TasksPostRequestDataAssigneesInnerAnyOf

Properties

Name Type Description Notes
ReferencedActorType string The actor type of the task assignee. Only `workspace-member` actors can be assigned to tasks. Read more information on actor types here.
ReferencedActorId string The ID of the actor assigned to this task.

Methods

NewV2TasksPostRequestDataAssigneesInnerAnyOf

func NewV2TasksPostRequestDataAssigneesInnerAnyOf(referencedActorType string, referencedActorId string, ) *V2TasksPostRequestDataAssigneesInnerAnyOf

NewV2TasksPostRequestDataAssigneesInnerAnyOf instantiates a new V2TasksPostRequestDataAssigneesInnerAnyOf 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

NewV2TasksPostRequestDataAssigneesInnerAnyOfWithDefaults

func NewV2TasksPostRequestDataAssigneesInnerAnyOfWithDefaults() *V2TasksPostRequestDataAssigneesInnerAnyOf

NewV2TasksPostRequestDataAssigneesInnerAnyOfWithDefaults instantiates a new V2TasksPostRequestDataAssigneesInnerAnyOf 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

GetReferencedActorType

func (o *V2TasksPostRequestDataAssigneesInnerAnyOf) GetReferencedActorType() string

GetReferencedActorType returns the ReferencedActorType field if non-nil, zero value otherwise.

GetReferencedActorTypeOk

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

SetReferencedActorType

func (o *V2TasksPostRequestDataAssigneesInnerAnyOf) SetReferencedActorType(v string)

SetReferencedActorType sets ReferencedActorType field to given value.

GetReferencedActorId

func (o *V2TasksPostRequestDataAssigneesInnerAnyOf) GetReferencedActorId() string

GetReferencedActorId returns the ReferencedActorId field if non-nil, zero value otherwise.

GetReferencedActorIdOk

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

SetReferencedActorId

func (o *V2TasksPostRequestDataAssigneesInnerAnyOf) SetReferencedActorId(v string)

SetReferencedActorId sets ReferencedActorId field to given value.

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