Class: Google::Apis::DfareportingV2_1::ClickThroughUrlSuffixProperties

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

Overview

Click Through URL Suffix settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ClickThroughUrlSuffixProperties

Returns a new instance of ClickThroughUrlSuffixProperties.



1971
1972
1973
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1971

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

Instance Attribute Details

#click_through_url_suffixString

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

Returns:

  • (String)


1962
1963
1964
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1962

def click_through_url_suffix
  @click_through_url_suffix
end

#override_inherited_suffixBoolean Also known as: override_inherited_suffix?

Whether this entity should override the inherited click-through URL suffix with its own defined value. Corresponds to the JSON property overrideInheritedSuffix

Returns:

  • (Boolean)


1968
1969
1970
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 1968

def override_inherited_suffix
  @override_inherited_suffix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1976
1977
1978
1979
# 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