Class: Google::Apis::DisplayvideoV1::AdvertiserAdServerConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::AdvertiserAdServerConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Ad server related settings of an advertiser.
Instance Attribute Summary collapse
-
#cm_hybrid_config ⇒ Google::Apis::DisplayvideoV1::CmHybridConfig
Settings for advertisers that use both Campaign Manager 360 (CM360) and third- party ad servers.
-
#third_party_only_config ⇒ Google::Apis::DisplayvideoV1::ThirdPartyOnlyConfig
Settings for advertisers that use third-party ad servers only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdvertiserAdServerConfig
constructor
A new instance of AdvertiserAdServerConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AdvertiserAdServerConfig
Returns a new instance of AdvertiserAdServerConfig.
215 216 217 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 215 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cm_hybrid_config ⇒ Google::Apis::DisplayvideoV1::CmHybridConfig
Settings for advertisers that use both Campaign Manager 360 (CM360) and third-
party ad servers.
Corresponds to the JSON property cmHybridConfig
208 209 210 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 208 def cm_hybrid_config @cm_hybrid_config end |
#third_party_only_config ⇒ Google::Apis::DisplayvideoV1::ThirdPartyOnlyConfig
Settings for advertisers that use third-party ad servers only.
Corresponds to the JSON property thirdPartyOnlyConfig
213 214 215 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 213 def third_party_only_config @third_party_only_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
220 221 222 223 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 220 def update!(**args) @cm_hybrid_config = args[:cm_hybrid_config] if args.key?(:cm_hybrid_config) @third_party_only_config = args[:third_party_only_config] if args.key?(:third_party_only_config) end |