Class AutocompleteResponseValue
response body for a candidates/jobs autocomplete
Inheritance
System.Object
AutocompleteResponseValue
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.MatchV2.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AutocompleteResponseValue
Properties
| Improve this Doc View SourceReturn
A list of suggested completions
Declaration
public List<Completion> Return { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Completion> |