Class CreateClientEventRequest (2.7.0)

CreateClientEventRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The report event request.

Attributes

NameDescription
parent str
Required. Resource name of the tenant under which the event is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
client_event google.cloud.talent_v4.types.ClientEvent
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

Inheritance

builtins.object > proto.message.Message > CreateClientEventRequest