public sealed class PersonNameFilter : IMessage<PersonNameFilter>, IEquatable<PersonNameFilter>, IDeepCloneable<PersonNameFilter>, IBufferMessage, IMessageFilter on person name.
Implements
IMessage<PersonNameFilter>, IEquatable<PersonNameFilter>, IDeepCloneable<PersonNameFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
PersonNameFilter()
public PersonNameFilter()PersonNameFilter(PersonNameFilter)
public PersonNameFilter(PersonNameFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonNameFilter |
Properties
PersonName
public string PersonName { get; set; }Required. The person name. For example, "John Smith".
Can be any combination of [PersonName.structured_name.given_name][], [PersonName.structured_name.middle_initial][], [PersonName.structured_name.family_name][], and [PersonName.formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name].
| Property Value | |
|---|---|
| Type | Description |
String |
|