Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

List of individual DocumentIds.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds

Returns a new instance of GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds.



7131
7132
7133
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7131

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#document_idsArray<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentId>

Required. List of Document IDs indicating where the actual documents are stored. Corresponds to the JSON property documentIds



7129
7130
7131
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7129

def document_ids
  @document_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7136
7137
7138
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7136

def update!(**args)
  @document_ids = args[:document_ids] if args.key?(:document_ids)
end