Show / Hide Table of Contents

Class AccessSparkApplicationJobResponse

Details of a particular job associated with Spark Application

Inheritance
object
AccessSparkApplicationJobResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class AccessSparkApplicationJobResponse : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX