Class AssignmentInfo
Information about the source of the task assignment (Document, Chat Space).
Implements
Inherited Members
Namespace: Google.Apis.Tasks.v1.Data
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class AssignmentInfo : IDirectResponseSchema
Properties
DriveResourceInfo
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.
Declaration
[JsonProperty("driveResourceInfo")]
public virtual DriveResourceInfo DriveResourceInfo { get; set; }
Property Value
Type | Description |
---|---|
DriveResourceInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkToTask
Output only. An absolute link to the original task in the surface of assignment (Docs, Chat spaces, etc.).
Declaration
[JsonProperty("linkToTask")]
public virtual string LinkToTask { get; set; }
Property Value
Type | Description |
---|---|
string |
SpaceInfo
Output only. Information about the Chat Space where this task originates from. This field is read-only.
Declaration
[JsonProperty("spaceInfo")]
public virtual SpaceInfo SpaceInfo { get; set; }
Property Value
Type | Description |
---|---|
SpaceInfo |
SurfaceType
Output only. The type of surface this assigned task originates from. Currently limited to DOCUMENT or SPACE.
Declaration
[JsonProperty("surfaceType")]
public virtual string SurfaceType { get; set; }
Property Value
Type | Description |
---|---|
string |