class Google::Apis::DfareportingV2_1::ClickThroughUrlSuffixProperties

Click Through URL Suffix settings.

Attributes

click_through_url_suffix[RW]

Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long. Corresponds to the JSON property `clickThroughUrlSuffix` @return [String]

override_inherited_suffix[RW]

Whether this entity should override the inherited click-through URL suffix with its own defined value. Corresponds to the JSON property `overrideInheritedSuffix` @return [Boolean]

override_inherited_suffix?[RW]

Whether this entity should override the inherited click-through URL suffix with its own defined value. Corresponds to the JSON property `overrideInheritedSuffix` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 1971
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 1976
def update!(**args)
  @click_through_url_suffix = args[:click_through_url_suffix] unless args[:click_through_url_suffix].nil?
  @override_inherited_suffix = args[:override_inherited_suffix] unless args[:override_inherited_suffix].nil?
end