Class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest : IDirectResponseSchema
Properties
DatasetDocuments
Required. Dataset documents input. If given filter
, all documents satisfying the filter will be deleted.
If given documentIds, a maximum of 50 documents can be deleted in a batch. The request will be rejected if
more than 50 document_ids are provided.
Declaration
[JsonProperty("datasetDocuments")]
public virtual GoogleCloudDocumentaiV1beta3BatchDatasetDocuments DatasetDocuments { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3BatchDatasetDocuments |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |