Class CreateClientEventRequest (1.3.0)

public sealed class CreateClientEventRequest : IMessage<CreateClientEventRequest>, IEquatable<CreateClientEventRequest>, IDeepCloneable<CreateClientEventRequest>, IBufferMessage, IMessage

The report event request.

Inheritance

Object > CreateClientEventRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CreateClientEventRequest()

public CreateClientEventRequest()

CreateClientEventRequest(CreateClientEventRequest)

public CreateClientEventRequest(CreateClientEventRequest other)
Parameter
NameDescription
otherCreateClientEventRequest

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
TypeDescription
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
TypeDescription
String

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName