Group
Show / Hide Table of Contents

Class IndexMultipleResumesRequest

Request body for an 'index multiple resumes' request

Inheritance
System.Object
IndexMultipleResumesRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Indexes
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class IndexMultipleResumesRequest

Properties

| Improve this Doc View Source

Resumes

The resumes to add into the index

Declaration
public List<IndexResumeInfo> Resumes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<IndexResumeInfo>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾