Class: Google::Monitoring::V3::VerifyNotificationChannelRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::VerifyNotificationChannelRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
 
Overview
The +VerifyNotificationChannel+ request.
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The verification code that was delivered to the channel as a result of invoking the +SendNotificationChannelVerificationCode+ API method or that was retrieved from a verified channel via +GetNotificationChannelVerificationCode+.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The notification channel to verify.
 
Instance Attribute Details
#code ⇒ String
Returns The verification code that was delivered to the channel as a result of invoking the +SendNotificationChannelVerificationCode+ API method or that was retrieved from a verified channel via +GetNotificationChannelVerificationCode+. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
      210  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 210 class VerifyNotificationChannelRequest; end  | 
  
#name ⇒ String
Returns The notification channel to verify.
      210  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 210 class VerifyNotificationChannelRequest; end  |