Class: Google::Cloud::Deploy::V1::MultiTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::MultiTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information specifying a multiTarget.
Instance Attribute Summary collapse
-
#target_ids ⇒ ::Array<::String>
Required.
Instance Attribute Details
#target_ids ⇒ ::Array<::String>
Returns Required. The target_ids of this multiTarget.
940 941 942 943 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 940 class MultiTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |