google_api_display_video v0.7.0 GoogleApi.DisplayVideo.V1.Model.AdvertiserSdfConfig View Source
Structured Data Files (SDF) settings of an advertiser.
Attributes
overridePartnerSdfConfig
(type:boolean()
, default:nil
) - 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.sdfConfig
(type:GoogleApi.DisplayVideo.V1.Model.SdfConfig.t
, default:nil
) - The SDF configuration for the advertiser.- Required when
overridePartnerSdfConfig
is
true
. - Output only when
overridePartnerSdfConfig
is
false
.
- Required when
overridePartnerSdfConfig
is
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.AdvertiserSdfConfig{ overridePartnerSdfConfig: boolean(), sdfConfig: GoogleApi.DisplayVideo.V1.Model.SdfConfig.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.