Show / Hide Table of Contents

Class TaskArtifactUpdateEvent

TaskArtifactUpdateEvent represents a task delta where an artifact has been generated.

Inheritance
object
TaskArtifactUpdateEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkspaceEvents.v1.Data
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class TaskArtifactUpdateEvent : IDirectResponseSchema

Properties

Append

Whether this should be appended to a prior one produced

Declaration
[JsonProperty("append")]
public virtual bool? Append { get; set; }
Property Value
Type Description
bool?

Artifact

The artifact itself

Declaration
[JsonProperty("artifact")]
public virtual Artifact Artifact { get; set; }
Property Value
Type Description
Artifact

ContextId

The id of the context that this task belongs too

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

LastChunk

Whether this represents the last part of an artifact

Declaration
[JsonProperty("lastChunk")]
public virtual bool? LastChunk { get; set; }
Property Value
Type Description
bool?

Metadata

Optional metadata associated with the artifact update.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

TaskId

The id of the task for this artifact

Declaration
[JsonProperty("taskId")]
public virtual string TaskId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX