Class: Google::Apis::ResellerV1::ResellernotifyResource
- Inherits:
-
Object
- Object
- Google::Apis::ResellerV1::ResellernotifyResource
- 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 response.
Instance Attribute Summary collapse
-
#topic_name ⇒ String
Topic name of the PubSub Corresponds to the JSON property
topicName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResellernotifyResource
constructor
A new instance of ResellernotifyResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResellernotifyResource
Returns a new instance of ResellernotifyResource
298 299 300 |
# File 'generated/google/apis/reseller_v1/classes.rb', line 298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#topic_name ⇒ String
Topic name of the PubSub
Corresponds to the JSON property topicName
296 297 298 |
# File 'generated/google/apis/reseller_v1/classes.rb', line 296 def topic_name @topic_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
303 304 305 |
# File 'generated/google/apis/reseller_v1/classes.rb', line 303 def update!(**args) @topic_name = args[:topic_name] if args.key?(:topic_name) end |