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

Asset association for the creative.

Attributes

  • asset (type: GoogleApi.DisplayVideo.V1.Model.Asset.t, default: nil) - The associated asset.
  • role (type: String.t, default: nil) - The role of this asset for the creative.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AssetAssociation{
  asset: GoogleApi.DisplayVideo.V1.Model.Asset.t() | nil,
  role: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.