Class JobEvent
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class JobEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Jobs
Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.
Declaration
[JsonProperty("jobs")]
public virtual IList<string> Jobs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Type
Required. The type of the event (see JobEventType).
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |