Class: Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Settings that control how third-party measurement vendors are configured.
Instance Attribute Summary collapse
-
#placement_id ⇒ String
The ID used by the platform of the third-party vendor to identify the line item.
-
#vendor ⇒ String
The third-party measurement vendor.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThirdPartyVendorConfig
constructor
A new instance of ThirdPartyVendorConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ThirdPartyVendorConfig
Returns a new instance of ThirdPartyVendorConfig.
11169 11170 11171 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#placement_id ⇒ String
The ID used by the platform of the third-party vendor to identify the line
item.
Corresponds to the JSON property placementId
11162 11163 11164 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11162 def placement_id @placement_id end |
#vendor ⇒ String
The third-party measurement vendor.
Corresponds to the JSON property vendor
11167 11168 11169 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11167 def vendor @vendor end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11174 11175 11176 11177 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11174 def update!(**args) @placement_id = args[:placement_id] if args.key?(:placement_id) @vendor = args[:vendor] if args.key?(:vendor) end |