Class: Google::Apis::ClouddeployV1::PredeployJobRunMetadata

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

PredeployJobRunMetadata contains metadata about the predeploy JobRun.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PredeployJobRunMetadata

Returns a new instance of PredeployJobRunMetadata.



4575
4576
4577
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4575

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



4573
4574
4575
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4573

def custom
  @custom
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4580
4581
4582
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4580

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