class Google::Apis::JobsV3p1beta1::CreateClientEventRequest
The report event request.
Attributes
client_event[RW]
An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of search and recommendation for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client. Corresponds to the JSON property `clientEvent` @return [Google::Apis::JobsV3p1beta1::ClientEvent]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 707 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 712 def update!(**args) @client_event = args[:client_event] if args.key?(:client_event) end