View Source GoogleApi.Content.V21.Model.RecommendationCreative (google_api_content v0.67.1)

Creative is a multimedia attachment to recommendation that can be used on the frontend.

Attributes

  • type (type: String.t, default: nil) - Type of the creative.
  • uri (type: String.t, default: nil) - URL of the creative.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.RecommendationCreative{
  type: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.