Class AnalysisJob
An analysis Job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AnalysisJob : IDirectResponseSchema
Properties
CustomChecks
Output only. Custom analysis checks from 3P metric providers that are run as part of the analysis Job.
Declaration
[JsonProperty("customChecks")]
public virtual IList<CustomCheck> CustomChecks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CustomCheck> |
Duration
Output only. The amount of time in minutes the analysis Job will run, up to a maximum of 48 hours. If any check in this Job is still running when the duration ends, the Job keeps running until that check completes.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleCloud
Output only. Google Cloud - based analysis checks that are run as part of the analysis Job.
Declaration
[JsonProperty("googleCloud")]
public virtual GoogleCloudAnalysis GoogleCloud { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAnalysis |