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-09 UTC."],[[["This webpage details the `CreateClientEventRequest` class within the `Google.Cloud.Talent.V4` namespace, which is used to report client events in the Cloud Talent Solution."],["The latest version for this class is 2.7.0, with versions spanning from 1.0.0 up to 2.7.0 available for viewing on this page, with links for each version."],["`CreateClientEventRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateClientEventRequest` class includes properties such as `ClientEvent`, `Parent`, and `ParentAsTenantName`, used to define the client event data and its associated tenant resource."],["The class has two constructors: a default constructor, `CreateClientEventRequest()`, and one that accepts another `CreateClientEventRequest` object as a parameter for copying data."]]],[]]