Class AccessSessionSparkApplicationEnvironmentInfoResponse
Environment details of a Saprk Application.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class AccessSessionSparkApplicationEnvironmentInfoResponse : IDirectResponseSchema
Properties
ApplicationEnvironmentInfo
Details about the Environment that the application is running in.
Declaration
[JsonProperty("applicationEnvironmentInfo")]
public virtual ApplicationEnvironmentInfo ApplicationEnvironmentInfo { get; set; }
Property Value
Type | Description |
---|---|
ApplicationEnvironmentInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |