Class GoogleCloudDocumentaiV1ListSchemaVersionsResponse
Response message for ListSchemaVersions.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ListSchemaVersionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Points to the next SchemaVersion, otherwise empty.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SchemaVersions
The list of SchemaVersions.
Declaration
[JsonProperty("schemaVersions")]
public virtual IList<GoogleCloudDocumentaiV1SchemaVersion> SchemaVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDocumentaiV1SchemaVersion> |