public sealed class Resume : IMessage<Resume>, IEquatable<Resume>, IDeepCloneable<Resume>, IBufferMessage, IMessage
Resource that represents a resume.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Resume()
public Resume()
Resume(Resume)
public Resume(Resume other)
Parameter | |
---|---|
Name | Description |
other | Resume |
Properties
ResumeType
public Resume.Types.ResumeType ResumeType { get; set; }
The format of [structured_resume][google.cloud.talent.v4beta1.Resume.structured_resume].
Property Value | |
---|---|
Type | Description |
Resume.Types.ResumeType |
StructuredResume
public string StructuredResume { get; set; }
Users can create a profile with only this field field, if [resume_type][google.cloud.talent.v4beta1.Resume.resume_type] is [HRXML][google.cloud.talent.v4beta1.Resume.ResumeType.HRXML]. For example, the API parses this field and creates a profile with all structured fields populated. [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord], [EducationRecord][google.cloud.talent.v4beta1.EducationRecord], and so on. An error is thrown if this field cannot be parsed.
Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.
Property Value | |
---|---|
Type | Description |
String |