Class GoogleCloudContentwarehouseV1UpdateDocumentResponse
Response message for DocumentService.UpdateDocument.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1UpdateDocumentResponse : IDirectResponseSchema
Properties
Document
Updated document after executing update request.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudContentwarehouseV1Document Document { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1Document |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Additional information for the API invocation, such as the request tracking id.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudContentwarehouseV1ResponseMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1ResponseMetadata |
RuleEngineOutput
Output from Rule Engine recording the rule evaluator and action executor's output. Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
Declaration
[JsonProperty("ruleEngineOutput")]
public virtual GoogleCloudContentwarehouseV1RuleEngineOutput RuleEngineOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1RuleEngineOutput |