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-03-21 UTC."],[[["This webpage details the `CreateClientEventRequest` class within the `Google.Cloud.Talent.V4` namespace, used to report events from user interactions with the Cloud Talent Solution."],["The latest version documented is 2.7.0, and the page lists previous versions of the `CreateClientEventRequest`, dating back to version 1.0.0, for historical reference."],["The `CreateClientEventRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `ClientEvent` to capture the details of the event, and `Parent`, which holds the resource name of the tenant associated with the event."],["It offers two constructors: one default and another that accepts another `CreateClientEventRequest` instance, which allows for the creation of this class with the properties of another instance."]]],[]]