Show / Hide Table of Contents

Class AnalysisJobRun

AnalysisJobRun contains information specific to an analysis JobRun.

Inheritance
object
AnalysisJobRun
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AnalysisJobRun : IDirectResponseSchema

Properties

AlertPolicyAnalyses

Output only. The status of the running alert policy checks configured for this analysis.

Declaration
[JsonProperty("alertPolicyAnalyses")]
public virtual IList<AlertPolicyCheckStatus> AlertPolicyAnalyses { get; set; }
Property Value
Type Description
IList<AlertPolicyCheckStatus>

CustomCheckAnalyses

Output only. The status of the running custom checks configured for this analysis.

Declaration
[JsonProperty("customCheckAnalyses")]
public virtual IList<CustomCheckStatus> CustomCheckAnalyses { get; set; }
Property Value
Type Description
IList<CustomCheckStatus>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedCheckId

Output only. The ID of the configured check that failed. This will always be blank while the analysis is in progress or if it succeeded.

Declaration
[JsonProperty("failedCheckId")]
public virtual string FailedCheckId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX