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