Class ProjectsResource.TenantsResource.ClientEventsResource
The "clientEvents" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v4
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class ProjectsResource.TenantsResource.ClientEventsResource
Constructors
ClientEventsResource(IClientService)
Constructs a new resource.
Declaration
public ClientEventsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(ClientEvent, string)
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. You may inspect the created events in self service tools. Learn more about self service tools.
Declaration
public virtual ProjectsResource.TenantsResource.ClientEventsResource.CreateRequest Create(ClientEvent body, string parent)
Parameters
Type | Name | Description |
---|---|---|
ClientEvent | body | The body of the request. |
string | parent | 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". |
Returns
Type | Description |
---|---|
ProjectsResource.TenantsResource.ClientEventsResource.CreateRequest |