View Source GoogleApi.AdExchangeBuyer.V14.Model.EditAllOrderDealsRequest (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • deals (type: list(GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDeal.t), default: nil) - 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.
  • proposal (type: GoogleApi.AdExchangeBuyer.V14.Model.Proposal.t, default: nil) - 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.
  • proposalRevisionNumber (type: String.t, default: nil) - The last known revision number for the proposal.
  • updateAction (type: String.t, default: nil) - Indicates an optional action to take on the proposal

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.EditAllOrderDealsRequest{
  deals: [GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceDeal.t()] | nil,
  proposal: GoogleApi.AdExchangeBuyer.V14.Model.Proposal.t() | nil,
  proposalRevisionNumber: String.t() | nil,
  updateAction: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.