Class: Google::Cloud::TelcoAutomation::V1::GetEdgeSlmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::GetEdgeSlmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Message for getting a EdgeSlm.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
563 564 565 566 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 563 class GetEdgeSlmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |