Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments
- 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
Specifies a set of documents on Cloud Storage.
Instance Attribute Summary collapse
-
#documents ⇒ Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocument>
The list of documents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3GcsDocuments
constructor
A new instance of GoogleCloudDocumentaiV1beta3GcsDocuments.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3GcsDocuments
Returns a new instance of GoogleCloudDocumentaiV1beta3GcsDocuments.
10952 10953 10954 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 10952 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents ⇒ Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocument>
The list of documents.
Corresponds to the JSON property documents
10950 10951 10952 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 10950 def documents @documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10957 10958 10959 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 10957 def update!(**args) @documents = args[:documents] if args.key?(:documents) end |