GoogleApi.DisplayVideo.V3.Model.AssetAssociation (google_api_display_video v0.39.0)
View SourceAsset association for the creative.
Attributes
-
asset(type:GoogleApi.DisplayVideo.V3.Model.Asset.t, default:nil) - Optional. The associated asset. -
role(type:String.t, default:nil) - Optional. The role of this asset for the creative.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.AssetAssociation{ asset: GoogleApi.DisplayVideo.V3.Model.Asset.t() | nil, role: String.t() | nil }