Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.72 KB

File metadata and controls

93 lines (50 loc) · 3.72 KB

V2TasksPostRequestDataAssigneesInner

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.
WorkspaceMemberEmailAddress string Workspace member actors can be referenced by email address as well as actor ID.

Methods

NewV2TasksPostRequestDataAssigneesInner

func NewV2TasksPostRequestDataAssigneesInner(referencedActorType string, referencedActorId string, workspaceMemberEmailAddress string, ) *V2TasksPostRequestDataAssigneesInner

NewV2TasksPostRequestDataAssigneesInner instantiates a new V2TasksPostRequestDataAssigneesInner 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

NewV2TasksPostRequestDataAssigneesInnerWithDefaults

func NewV2TasksPostRequestDataAssigneesInnerWithDefaults() *V2TasksPostRequestDataAssigneesInner

NewV2TasksPostRequestDataAssigneesInnerWithDefaults instantiates a new V2TasksPostRequestDataAssigneesInner 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 *V2TasksPostRequestDataAssigneesInner) GetReferencedActorType() string

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

GetReferencedActorTypeOk

func (o *V2TasksPostRequestDataAssigneesInner) 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 *V2TasksPostRequestDataAssigneesInner) SetReferencedActorType(v string)

SetReferencedActorType sets ReferencedActorType field to given value.

GetReferencedActorId

func (o *V2TasksPostRequestDataAssigneesInner) GetReferencedActorId() string

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

GetReferencedActorIdOk

func (o *V2TasksPostRequestDataAssigneesInner) 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 *V2TasksPostRequestDataAssigneesInner) SetReferencedActorId(v string)

SetReferencedActorId sets ReferencedActorId field to given value.

GetWorkspaceMemberEmailAddress

func (o *V2TasksPostRequestDataAssigneesInner) GetWorkspaceMemberEmailAddress() string

GetWorkspaceMemberEmailAddress returns the WorkspaceMemberEmailAddress field if non-nil, zero value otherwise.

GetWorkspaceMemberEmailAddressOk

func (o *V2TasksPostRequestDataAssigneesInner) GetWorkspaceMemberEmailAddressOk() (*string, bool)

GetWorkspaceMemberEmailAddressOk returns a tuple with the WorkspaceMemberEmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorkspaceMemberEmailAddress

func (o *V2TasksPostRequestDataAssigneesInner) SetWorkspaceMemberEmailAddress(v string)

SetWorkspaceMemberEmailAddress sets WorkspaceMemberEmailAddress field to given value.

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