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.



7238
7239
7240
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7238

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



7236
7237
7238
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7236

def tasks
  @tasks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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