class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments

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::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1/classes.rb, line 2511
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_v1/classes.rb, line 2516
def update!(**args)
  @documents = args[:documents] if args.key?(:documents)
end