Class PersonalUri

public sealed class PersonalUri : IMessage<PersonalUri>, IEquatable<PersonalUri>, IDeepCloneable<PersonalUri>, IBufferMessage, IMessage

Resource that represents a valid URI for a personal use.

Inheritance

Object > PersonalUri

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

PersonalUri()

public PersonalUri()

PersonalUri(PersonalUri)

public PersonalUri(PersonalUri other)
Parameter
NameDescription
otherPersonalUri

Properties

Uri

public string Uri { get; set; }

The personal URI.

Number of characters allowed is 4,000.

Property Value
TypeDescription
String