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-04-17 UTC."],[[["The `PersonNameFilter` class, found in the `Google.Cloud.Talent.V4Beta1` namespace, is designed to filter based on a person's name."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PersonNameFilter` includes a `PersonName` property, which is a string and a required parameter for specifying the name to filter by, such as \"John Smith\"."],["It is available in the `Google.Cloud.Talent.V4Beta1.dll` assembly and has two constructors, one default and one that accepts another `PersonNameFilter` object."],["The current version mentioned is version 2.0.0-beta07, with links to the newer versions 3.0.0-beta05 and the latest 3.0.0-beta06."]]],[]]