GoogleApi.DisplayVideo.V1.Model.AdvertiserSdfConfig (google_api_display_video v0.23.2) 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 totrue
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 istrue
. Output only when overridePartnerSdfConfig isfalse
.
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() | nil, sdfConfig: GoogleApi.DisplayVideo.V1.Model.SdfConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.