Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocuments
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1/classes.rb,
lib/google/apis/documentai_v1/representations.rb,
lib/google/apis/documentai_v1/representations.rb
Overview
Specifies a set of documents on Cloud Storage.
Instance Attribute Summary collapse
-
#documents ⇒ Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument>
The list of documents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1GcsDocuments
constructor
A new instance of GoogleCloudDocumentaiV1GcsDocuments.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1GcsDocuments
Returns a new instance of GoogleCloudDocumentaiV1GcsDocuments.
4267 4268 4269 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 4267 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents ⇒ Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1GcsDocument>
The list of documents.
Corresponds to the JSON property documents
4265 4266 4267 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 4265 def documents @documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4272 4273 4274 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 4272 def update!(**args) @documents = args[:documents] if args.key?(:documents) end |