Class SectionIdentifier
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
Information about a particular section of a resume
public class SectionIdentifier
- Inheritance
-
SectionIdentifier
- Inherited Members
Properties
Id
public string Id { get; set; }
Property Value
SectionType
The section type
public string SectionType { get; set; }