google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V14.Model.EditAllOrderDealsRequest View Source

Attributes

  • deals ([MarketplaceDeal]): List of deals to edit. Service may perform 3 different operations based on comparison of deals in this list vs deals already persisted in database: 1. Add new deal to proposal If a deal in this list does not exist in the proposal, the service will create a new deal and add it to the proposal. Validation will follow AddOrderDealsRequest. 2. Update existing deal in the proposal If a deal in this list already exist in the proposal, the service will update that existing deal to this new deal in the request. Validation will follow UpdateOrderDealsRequest. 3. Delete deals from the proposal (just need the id) If a existing deal in the proposal is not present in this list, the service will delete that deal from the proposal. Validation will follow DeleteOrderDealsRequest. Defaults to: null.
  • proposal (Proposal): If specified, also updates the proposal in the batch transaction. This is useful when the proposal and the deals need to be updated in one transaction. Defaults to: null.
  • proposalRevisionNumber (String.t): The last known revision number for the proposal. Defaults to: null.
  • updateAction (String.t): Indicates an optional action to take on the proposal 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.EditAllOrderDealsRequest{
  deals: [GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDeal.t()],
  proposal: GoogleApi.AdExchangeBuyer.V14.Model.Proposal.t(),
  proposalRevisionNumber: any(),
  updateAction: 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.