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.



4568
4569
4570
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4568

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



4566
4567
4568
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4566

def custom
  @custom
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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