View Source GoogleApi.DisplayVideo.V1.Model.SdfConfig (google_api_display_video v0.35.0)

Structured Data File (SDF) related settings.

Attributes

  • adminEmail (type: String.t, default: nil) - An administrator email address to which the SDF processing status reports will be sent.
  • version (type: String.t, default: nil) - Required. The version of SDF being used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.SdfConfig{
  adminEmail: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.