Class: Google::Monitoring::V3::DeleteAlertPolicyRequest
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::DeleteAlertPolicyRequest
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert_service.rb
Overview
The protocol for the +DeleteAlertPolicy+ request.
Instance Attribute Summary collapse
-
#name ⇒ String
The alerting policy to delete.
Instance Attribute Details
#name ⇒ String
Returns The alerting policy to delete. The format is:
projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
For more information, see AlertPolicy.
132 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert_service.rb', line 132 class DeleteAlertPolicyRequest; end |