Class: Google::Apis::ClouddeployV1::VerifyJob

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb

Overview

A verify Job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VerifyJob

Returns a new instance of VerifyJob.



7245
7246
7247
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7245

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tasksArray<Google::Apis::ClouddeployV1::Task>

Output only. The tasks that are executed as part of the verify Job. Corresponds to the JSON property tasks



7243
7244
7245
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7243

def tasks
  @tasks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7250
7251
7252
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7250

def update!(**args)
  @tasks = args[:tasks] if args.key?(:tasks)
end