View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AddCreativeRequest (google_api_authorized_buyers_marketplace v0.6.0)

Request 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 format buyers/{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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.