GoogleApi.DFAReporting.V33.Model.TargetWindow (google_api_dfa_reporting v0.31.0)

View Source

Target Window.

Attributes

  • customHtml (type: String.t, default: nil) - User-entered value.
  • targetWindowOption (type: String.t, default: nil) - Type of browser window for which the backup image of the flash creative can be displayed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.TargetWindow{
  customHtml: String.t() | nil,
  targetWindowOption: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.