class Google::Apis::Adexchangebuyer2V2beta1::WatchCreativeRequest
A request for watching changes to creative Status.
Attributes
topic[RW]
The Pub/Sub topic to publish notifications to. This topic must already exist and must give permission to ad-exchange-buyside-reports@google.com to write to the topic. This should be the full resource name in “projects/`project_id`/ topics/`topic_id`” format. Corresponds to the JSON property `topic` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 4156 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 4161 def update!(**args) @topic = args[:topic] if args.key?(:topic) end