Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest

Inheritance
object
GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX