Class: Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/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.
12114 12115 12116 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12114 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
12107 12108 12109 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12107 def placement_id @placement_id end |
#vendor ⇒ String
The third-party measurement vendor.
Corresponds to the JSON property vendor
12112 12113 12114 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12112 def vendor @vendor end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12119 12120 12121 12122 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12119 def update!(**args) @placement_id = args[:placement_id] if args.key?(:placement_id) @vendor = args[:vendor] if args.key?(:vendor) end |