Show / Hide Table of Contents

Class Verify

Verify contains the verify job configuration information.

Inheritance
object
Verify
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX