public sealed class CreateClientEventRequest : IMessage<CreateClientEventRequest>, IEquatable<CreateClientEventRequest>, IDeepCloneable<CreateClientEventRequest>, IBufferMessage, IMessage
[[["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 `CreateClientEventRequest` class is used to report events related to end-user interactions within customer applications that utilize Cloud Talent Solution, available in the Google.Cloud.Talent.V4 namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateClientEventRequest\u003e`, `IDeepCloneable\u003cCreateClientEventRequest\u003e`, and `IBufferMessage`."],["The latest version of `CreateClientEventRequest` is version 2.7.0, with multiple older versions available for reference, down to the original 1.0.0."],["It requires two key properties: `ClientEvent`, which captures the specific event details, and `Parent`, a string representing the resource name of the tenant under which the event is logged."],["There is also a `ParentAsTenantName` property for a type-safe representation of the `Parent` property."]]],[]]