Class: Google::Monitoring::V3::DeleteGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb

Overview

The +DeleteGroup+ request. You can only delete a group if it has no children.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns The group to delete. The format is +"projects/{project_id_or_number}/groups/{group_id}"+.

Returns:

  • (String)

    The group to delete. The format is +"projects/{project_id_or_number}/groups/{group_id}"+.



98
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 98

class DeleteGroupRequest; end