Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest

Request message for DocumentSchemaService.UpdateDocumentSchema.

Inheritance
object
GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX