public sealed class PersonNameFilter : IMessage<PersonNameFilter>, IEquatable<PersonNameFilter>, IDeepCloneable<PersonNameFilter>, IBufferMessage, IMessage
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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["The `PersonNameFilter` class is used to filter based on a person's name within the `Google.Cloud.Talent.V4Beta1` namespace and is available in the `Google.Cloud.Talent.V4Beta1.dll` assembly."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like deep cloning and message handling."],["There are two constructors available: a default constructor and a copy constructor that accepts another `PersonNameFilter` object as a parameter."],["The `PersonName` property allows setting and getting the full name for the filter, supporting various name formats like given name, middle initial, family name, and formatted name."],["The latest version of this class available is 3.0.0-beta06."]]],[]]