View Source GoogleApi.DisplayVideo.V1.Model.AdvertiserSdfConfig (google_api_display_video v0.38.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AdvertiserSdfConfig{
  overridePartnerSdfConfig: boolean() | nil,
  sdfConfig: GoogleApi.DisplayVideo.V1.Model.SdfConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.