GoogleApi.Tasks.V1.Model.AssignmentInfo (google_api_tasks v0.17.0)
View SourceInformation about the source of the task assignment (Document, Chat Space).
Attributes
-
driveResourceInfo
(type:GoogleApi.Tasks.V1.Model.DriveResourceInfo.t
, default:nil
) - Output only. Information about the Drive file where this task originates from. Currently, the Drive file can only be a document. This field is read-only. -
linkToTask
(type:String.t
, default:nil
) - Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.). -
spaceInfo
(type:GoogleApi.Tasks.V1.Model.SpaceInfo.t
, default:nil
) - Output only. Information about the Chat Space where this task originates from. This field is read-only. -
surfaceType
(type:String.t
, default:nil
) - Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Tasks.V1.Model.AssignmentInfo{ driveResourceInfo: GoogleApi.Tasks.V1.Model.DriveResourceInfo.t() | nil, linkToTask: String.t() | nil, spaceInfo: GoogleApi.Tasks.V1.Model.SpaceInfo.t() | nil, surfaceType: String.t() | nil }