Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3DocumentId

Document Identifier.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3DocumentId
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3DocumentId : 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 GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId

RevisionRef

Points to a specific revision of the document if set.

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

UnmanagedDocId

A document id within unmanaged dataset.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX