Class: Google::Monitoring::V3::DeleteAlertPolicyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nameString

Returns The alerting policy to delete. The format is:

projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

Returns:

  • (String)

    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