Class VerifyJob
A verify Job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class VerifyJob : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tasks
Output only. The tasks that are executed as part of the verify Job.
Declaration
[JsonProperty("tasks")]
public virtual IList<Task> Tasks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Task> |