Class GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest
Request message for DocumentSchemaService.UpdateDocumentSchema.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest : IDirectResponseSchema
Properties
DocumentSchema
Required. The document schema to update with.
Declaration
[JsonProperty("documentSchema")]
public virtual GoogleCloudContentwarehouseV1DocumentSchema DocumentSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1DocumentSchema |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |