class Google::Apis::DisplayvideoV1::AdvertiserSdfConfig
Structured Data Files (SDF) settings of an advertiser.
Attributes
Whether or not this advertiser overrides the SDF configuration of its parent partner. By default, an advertiser inherits the SDF configuration from the parent partner. To override the partner configuration, set this field to `true` and provide the new configuration in sdfConfig. Corresponds to the JSON property `overridePartnerSdfConfig` @return [Boolean]
Whether or not this advertiser overrides the SDF configuration of its parent partner. By default, an advertiser inherits the SDF configuration from the parent partner. To override the partner configuration, set this field to `true` and provide the new configuration in sdfConfig. Corresponds to the JSON property `overridePartnerSdfConfig` @return [Boolean]
Structured Data File (SDF) related settings. Corresponds to the JSON property `sdfConfig` @return [Google::Apis::DisplayvideoV1::SdfConfig]
Public Class Methods
# File lib/google/apis/displayvideo_v1/classes.rb, line 374 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 379 def update!(**args) @override_partner_sdf_config = args[:override_partner_sdf_config] if args.key?(:override_partner_sdf_config) @sdf_config = args[:sdf_config] if args.key?(:sdf_config) end