google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V14.Model.EditAllOrderDealsResponse View Source

Attributes

  • deals ([MarketplaceDeal]): List of all deals in the proposal after edit. Defaults to: null.
  • orderRevisionNumber (String.t): The latest revision number after the update has been applied. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.EditAllOrderDealsResponse{
  deals: [GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDeal.t()],
  orderRevisionNumber: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.