Class: Google::Monitoring::V3::DeleteGroupRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::DeleteGroupRequest
 
 
- 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group to delete.
 
Instance Attribute Details
#name ⇒ String
Returns 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  |