Class GoogleCloudContentwarehouseV1CreateDocumentResponse
Response message for DocumentService.CreateDocument.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1CreateDocumentResponse : IDirectResponseSchema
Properties
Document
Document created after executing create 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 |
LongRunningOperations
post-processing LROs
Declaration
[JsonProperty("longRunningOperations")]
public virtual IList<GoogleLongrunningOperation> LongRunningOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleLongrunningOperation> |
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 |