Class: Google::Apis::ResellerV1::ResellernotifyGetwatchdetailsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_addressesArray<String>

List of registered service accounts. Corresponds to the JSON property serviceAccountEmailAddresses

Returns:

  • (Array<String>)


271
272
273
# File 'generated/google/apis/reseller_v1/classes.rb', line 271

def 
  @service_account_email_addresses
end

#topic_nameString

Topic name of the PubSub Corresponds to the JSON property topicName

Returns:

  • (String)


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