public sealed class Certification : IMessage<Certification>, IEquatable<Certification>, IDeepCloneable<Certification>, IBufferMessage, IMessage
Resource that represents a license or certification.
Implements
IMessage<Certification>, IEquatable<Certification>, IDeepCloneable<Certification>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Certification()
public Certification()
Certification(Certification)
public Certification(Certification other)
Parameter | |
---|---|
Name | Description |
other | Certification |
Properties
AcquireDate
public Date AcquireDate { get; set; }
Acquisition date or effective date of license or certification.
Property Value | |
---|---|
Type | Description |
Date |
Authority
public string Authority { get; set; }
Authority of license, such as government.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
Description
public string Description { get; set; }
Description of license or certification.
Number of characters allowed is 100,000.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Name of license or certification.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
ExpireDate
public Date ExpireDate { get; set; }
Expiration date of license of certification.
Property Value | |
---|---|
Type | Description |
Date |