Class: Google::Cloud::Deploy::V1::RollbackTargetResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

The response object from RollbackTarget.

Instance Attribute Summary collapse

Instance Attribute Details

#rollback_config::Google::Cloud::Deploy::V1::RollbackTargetConfig

Returns The config of the rollback Rollout created or will be created.

Returns:



687
688
689
690
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 687

class RollbackTargetResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end