Class PersonNameFilter

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

Filter on person name.

Inheritance

Object > PersonNameFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

PersonNameFilter()

public PersonNameFilter()

PersonNameFilter(PersonNameFilter)

public PersonNameFilter(PersonNameFilter other)
Parameter
NameDescription
otherPersonNameFilter

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
TypeDescription
String