Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentId

Document Identifier.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentId
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.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentId : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsManagedDocId

A document id within user-managed Cloud Storage.

Declaration
[JsonProperty("gcsManagedDocId")]
public virtual GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId

RevisionRef

Points to a specific revision of the document if set.

Declaration
[JsonProperty("revisionRef")]
public virtual GoogleCloudDocumentaiV1beta3RevisionRef RevisionRef { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3RevisionRef

UnmanagedDocId

A document id within unmanaged dataset.

Declaration
[JsonProperty("unmanagedDocId")]
public virtual GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX