Class: Google::Apis::DfareportingV2_1::ThirdPartyTrackingUrl
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ThirdPartyTrackingUrl
- 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
Third-party Tracking URL.
Instance Attribute Summary collapse
-
#third_party_url_type ⇒ String
Third-party URL type for in-stream video creatives.
-
#url ⇒ String
URL for the specified third-party URL type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThirdPartyTrackingUrl
constructor
A new instance of ThirdPartyTrackingUrl.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ThirdPartyTrackingUrl
Returns a new instance of ThirdPartyTrackingUrl.
10402 10403 10404 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10402 def initialize(**args) update!(**args) end |
Instance Attribute Details
#third_party_url_type ⇒ String
Third-party URL type for in-stream video creatives.
Corresponds to the JSON property thirdPartyUrlType
10395 10396 10397 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10395 def third_party_url_type @third_party_url_type end |
#url ⇒ String
URL for the specified third-party URL type.
Corresponds to the JSON property url
10400 10401 10402 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10400 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10407 10408 10409 10410 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10407 def update!(**args) @third_party_url_type = args[:third_party_url_type] unless args[:third_party_url_type].nil? @url = args[:url] unless args[:url].nil? end |