Table of Contents

Class DeleteDocumentsResponseValue

Namespace
Textkernel.Tx.Models.API.MatchV2.Response
Assembly
Textkernel.Tx.SDK.dll

The Value from a 'DeleteCandidates' or 'DeleteJobs' response

public class DeleteDocumentsResponseValue
Inheritance
DeleteDocumentsResponseValue
Inherited Members

Properties

DeletedDocumentIds

List of documents successfully deleted.

public IEnumerable<string> DeletedDocumentIds { get; set; }

Property Value

IEnumerable<string>