class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments

Specifies a set of documents on Cloud Storage.

Attributes

documents[RW]

The list of documents. Corresponds to the JSON property `documents` @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocument>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 6625
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/documentai_v1beta3/classes.rb, line 6630
def update!(**args)
  @documents = args[:documents] if args.key?(:documents)
end