Class: Google::Monitoring::V3::GetNotificationChannelRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::GetNotificationChannelRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
 
Overview
The +GetNotificationChannel+ request.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The channel for which to execute the request.
 
Instance Attribute Details
#name ⇒ String
Returns The channel for which to execute the request. The format is +projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]+.
      131  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 131 class GetNotificationChannelRequest; end  |