Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest
- 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
Instance Attribute Summary collapse
-
#dataset_documents ⇒ Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchDatasetDocuments
Dataset documents that the batch operation will be applied to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest
constructor
A new instance of GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest
Returns a new instance of GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest.
2138 2139 2140 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2138 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset_documents ⇒ Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchDatasetDocuments
Dataset documents that the batch operation will be applied to.
Corresponds to the JSON property datasetDocuments
2136 2137 2138 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2136 def dataset_documents @dataset_documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2143 2144 2145 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2143 def update!(**args) @dataset_documents = args[:dataset_documents] if args.key?(:dataset_documents) end |