GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AddCreativeRequest (google_api_authorized_buyers_marketplace v0.7.0)
View SourceRequest message for adding creative to be used in the bidding process for the finalized deal.
Attributes
-
creative(type:String.t, default:nil) - Name of the creative to add to the finalized deal, in the formatbuyers/{buyerAccountId}/creatives/{creativeId}. See creative.name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AddCreativeRequest{ creative: String.t() | nil }