Class UpdateChunkRequest
Request to update a Chunk.
Inheritance
object
UpdateChunkRequest
Implements
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class UpdateChunkRequest : IChunkRequest
Properties
Chunk
Required. The Chunk to update.
Declaration
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
public string UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
string |