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

A creative identifier provided by a registry that is unique across all platforms. This is part of the VAST 4.0 standard.

Attributes

  • id (type: String.t, default: nil) - The unique creative identifier.
  • registry (type: String.t, default: nil) - The registry provides unique creative identifiers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.UniversalAdId{
  id: String.t() | nil,
  registry: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.