Class GoogleCloudContentwarehouseV1UpdateOptions
Options for Update operations.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1UpdateOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MergeFieldsOptions
Options for merging.
Declaration
[JsonProperty("mergeFieldsOptions")]
public virtual GoogleCloudContentwarehouseV1MergeFieldsOptions MergeFieldsOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1MergeFieldsOptions |
UpdateMask
Field mask for merging Document fields. For the FieldMask definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateType
Type for update.
Declaration
[JsonProperty("updateType")]
public virtual string UpdateType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |