Class: Google::Cloud::Monitoring::V3::DeleteAlertPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::DeleteAlertPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert_service.rb
Overview
The protocol for the DeleteAlertPolicy request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
165 166 167 168 |
# File 'proto_docs/google/monitoring/v3/alert_service.rb', line 165 class DeleteAlertPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |