Class: Google::Apis::ClouddeployV1::VerifyJobRunMetadata

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

VerifyJobRunMetadata contains metadata about the verify JobRun.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VerifyJobRunMetadata

Returns a new instance of VerifyJobRunMetadata.



7309
7310
7311
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7309

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

Instance Attribute Details

#customGoogle::Apis::ClouddeployV1::CustomMetadata

CustomMetadata contains information from a user-defined operation. Corresponds to the JSON property custom



7307
7308
7309
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7307

def custom
  @custom
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7314
7315
7316
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 7314

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