Class: Google::Cloud::TelcoAutomation::V1::ProposeBlueprintRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::ProposeBlueprintRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request object for ProposeBlueprint.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the blueprint being proposed.
733 734 735 736 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 733 class ProposeBlueprintRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |