public sealed class CreateClientEventRequest : IMessage<CreateClientEventRequest>, IEquatable<CreateClientEventRequest>, IDeepCloneable<CreateClientEventRequest>, IBufferMessage, IMessageThe report event request.
Implements
IMessage<CreateClientEventRequest>, IEquatable<CreateClientEventRequest>, IDeepCloneable<CreateClientEventRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CreateClientEventRequest()
public CreateClientEventRequest()CreateClientEventRequest(CreateClientEventRequest)
public CreateClientEventRequest(CreateClientEventRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateClientEventRequest |
Properties
ClientEvent
public ClientEvent ClientEvent { get; set; }Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.
| Property Value | |
|---|---|
| Type | Description |
ClientEvent |
|
Parent
public string Parent { get; set; }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".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsTenantName
public TenantName ParentAsTenantName { get; set; }TenantName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TenantName |
|