Class UpdateChunkRequest
Request to update a Chunk.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class UpdateChunkRequest : IChunkRequest
Properties
| Edit this page View SourceChunk
Required. The Chunk to update.
Declaration
[JsonProperty("chunk")]
public Chunk Chunk { get; set; }
Property Value
| Type | Description |
|---|---|
| Chunk |
UpdateMask
Required. The list of fields to update. Currently, this only supports updating customMetadata and data. This is a comma-separated list of fully qualified names of fields.Example: "user.displayName,photo".
Declaration
[JsonProperty("updateMask")]
public string UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| string |