class Google::Apis::DisplayvideoV1::AdvertiserAdServerConfig
Ad server related settings of an advertiser.
Attributes
cm_hybrid_config[RW]
Settings for advertisers that use both Campaign
Manager 360 (CM360) and third- party ad servers. Corresponds to the JSON property `cmHybridConfig` @return [Google::Apis::DisplayvideoV1::CmHybridConfig]
third_party_only_config[RW]
Settings for advertisers that use third-party ad servers only. Corresponds to the JSON property `thirdPartyOnlyConfig` @return [Google::Apis::DisplayvideoV1::ThirdPartyOnlyConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 227 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 232 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