Class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
The response message for the ImportProcessorVersion method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessorVersion
The destination processor version name.
Declaration
[JsonProperty("processorVersion")]
public virtual string ProcessorVersion { get; set; }
Property Value
Type | Description |
---|---|
string |