Class: Google::Apis::MonitoringV3::SendNotificationChannelVerificationCodeRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::MonitoringV3::SendNotificationChannelVerificationCodeRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/monitoring_v3/classes.rb,
 generated/google/apis/monitoring_v3/representations.rb,
 generated/google/apis/monitoring_v3/representations.rb
Overview
The SendNotificationChannelVerificationCode request.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SendNotificationChannelVerificationCodeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SendNotificationChannelVerificationCodeRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SendNotificationChannelVerificationCodeRequest
Returns a new instance of SendNotificationChannelVerificationCodeRequest
| 2228 2229 2230 | # File 'generated/google/apis/monitoring_v3/classes.rb', line 2228 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2233 2234 | # File 'generated/google/apis/monitoring_v3/classes.rb', line 2233 def update!(**args) end |