Show / Hide Table of Contents

Class LfA2aV1TaskArtifactUpdateEvent

A task delta where an artifact has been generated.

Inheritance
object
LfA2aV1TaskArtifactUpdateEvent
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LfA2aV1TaskArtifactUpdateEvent : IDirectResponseSchema

Properties

Append

If true, the content of this artifact should be appended to a previously sent artifact with the same ID.

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

Artifact

Required. The artifact that was generated or updated.

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

ContextId

Required. The ID of the context that this 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

LastChunk

If true, this is the final chunk of the 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

Required. 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