Class AccessSessionSparkApplicationJobResponse
Details of a particular job associated with Spark Application
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class AccessSessionSparkApplicationJobResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobData
Output only. Data corresponding to a spark job.
Declaration
[JsonProperty("jobData")]
public virtual JobData JobData { get; set; }
Property Value
Type | Description |
---|---|
JobData |