Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClientEvent

import type { ClientEvent } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results 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.

interface ClientEvent {
createTime?: Date;
eventId?: string;
eventNotes?: string;
jobEvent?: JobEvent;
requestId?: string;
}

§Properties

§
createTime?: Date
[src]

Required. The timestamp of the event.

§
eventId?: string
[src]

Required. A unique identifier, generated by the client application.

§
eventNotes?: string
[src]

Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.

§
jobEvent?: JobEvent
[src]

An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

§
requestId?: string
[src]

Strongly recommended for the best service experience. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.