Group
Show / Hide Table of Contents

Class SuggestSkillsFromJobTitleResponseValue

The Value from a 'Suggest Skills for Job' response

Inheritance
System.Object
SuggestSkillsFromJobTitleResponseValue
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.JobDescription
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SuggestSkillsFromJobTitleResponseValue

Properties

| Improve this Doc View Source

SuggestedSkills

List of skills suggested for the job title.

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