class Google::Apis::DfareportingV3_5::CompanionClickThroughOverride
Companion Click-through override.
Attributes
click_through_url[RW]
Click-through URL Corresponds to the JSON property `clickThroughUrl` @return [Google::Apis::DfareportingV3_5::ClickThroughUrl]
creative_id[RW]
ID of the creative for this companion click-through override. Corresponds to the JSON property `creativeId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 2100 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 2105 def update!(**args) @click_through_url = args[:click_through_url] if args.key?(:click_through_url) @creative_id = args[:creative_id] if args.key?(:creative_id) end