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.



6250
6251
6252
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 6250

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



6248
6249
6250
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 6248

def document_ids
  @document_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6255
6256
6257
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 6255

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