Class Verify
Verify contains the verify job configuration information.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Verify : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tasks
Optional. The tasks that will run as a part of the verify job. The tasks are executed sequentially in the order specified.
Declaration
[JsonProperty("tasks")]
public virtual IList<Task> Tasks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Task> |