Class: Google::Apis::ResellerV1::ResellernotifyGetwatchdetailsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ResellerV1::ResellernotifyGetwatchdetailsResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/reseller_v1/classes.rb,
 generated/google/apis/reseller_v1/representations.rb,
 generated/google/apis/reseller_v1/representations.rb
Overview
JSON template for resellernotify getwatchdetails response.
Instance Attribute Summary collapse
- 
  
    
      #service_account_email_addresses  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    List of registered service accounts. 
- 
  
    
      #topic_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Topic name of the PubSub Corresponds to the JSON property topicName.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ResellernotifyGetwatchdetailsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ResellernotifyGetwatchdetailsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResellernotifyGetwatchdetailsResponse
Returns a new instance of ResellernotifyGetwatchdetailsResponse
| 278 279 280 | # File 'generated/google/apis/reseller_v1/classes.rb', line 278 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#service_account_email_addresses ⇒ Array<String>
List of registered service accounts.
Corresponds to the JSON property serviceAccountEmailAddresses
| 271 272 273 | # File 'generated/google/apis/reseller_v1/classes.rb', line 271 def service_account_email_addresses @service_account_email_addresses end | 
#topic_name ⇒ String
Topic name of the PubSub
Corresponds to the JSON property topicName
| 276 277 278 | # File 'generated/google/apis/reseller_v1/classes.rb', line 276 def topic_name @topic_name end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 283 284 285 286 | # File 'generated/google/apis/reseller_v1/classes.rb', line 283 def update!(**args) @service_account_email_addresses = args[:service_account_email_addresses] if args.key?(:service_account_email_addresses) @topic_name = args[:topic_name] if args.key?(:topic_name) end |