Class: Google::Apis::DfareportingV2_8::CompanionClickThroughOverride

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/representations.rb

Overview

Companion Click-through override.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CompanionClickThroughOverride

Returns a new instance of CompanionClickThroughOverride



2092
2093
2094
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 2092

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#click_through_urlGoogle::Apis::DfareportingV2_8::ClickThroughUrl

Click-through URL Corresponds to the JSON property clickThroughUrl



2085
2086
2087
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 2085

def click_through_url
  @click_through_url
end

#creative_idFixnum

ID of the creative for this companion click-through override. Corresponds to the JSON property creativeId

Returns:

  • (Fixnum)


2090
2091
2092
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 2090

def creative_id
  @creative_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2097
2098
2099
2100
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 2097

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