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

Settings specific to the Mediaocean Prisma tool.

Attributes

  • prismaCpeCode (type: GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode.t, default: nil) - Required. Relevant client, product, and estimate codes from the Mediaocean Prisma tool.
  • prismaType (type: String.t, default: nil) - Required. The Prisma type.
  • supplier (type: String.t, default: nil) - Required. The entity allocated this budget (DSP, site, etc.).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.PrismaConfig{
  prismaCpeCode: GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode.t() | nil,
  prismaType: String.t() | nil,
  supplier: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.