Class TaskStatusUpdateEvent
TaskStatusUpdateEvent is a delta even on a task indicating that a task has changed.
Implements
Inherited Members
Namespace: Google.Apis.WorkspaceEvents.v1.Data
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class TaskStatusUpdateEvent : IDirectResponseSchema
Properties
ContextId
The id of the context that the task belongs to
Declaration
[JsonProperty("contextId")]
public virtual string ContextId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Final
Whether this is the last status update expected for this task.
Declaration
[JsonProperty("final")]
public virtual bool? Final { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Metadata
Optional metadata to associate with the task update.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
Status
The new status of the task.
Declaration
[JsonProperty("status")]
public virtual TaskStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| TaskStatus |
TaskId
The id of the task that is changed
Declaration
[JsonProperty("taskId")]
public virtual string TaskId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |