class Google::Apis::DisplayvideoV1::AdvertiserSdfConfig

Structured Data Files (SDF) settings of an advertiser.

Attributes

override_partner_sdf_config[RW]

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]

override_partner_sdf_config?[RW]

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]

sdf_config[RW]

Structured Data File (SDF) related settings. Corresponds to the JSON property `sdfConfig` @return [Google::Apis::DisplayvideoV1::SdfConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 374
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 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