google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.DealPauseStatus View Source

Tracks which parties (if any) have paused a deal. The deal is considered paused if either hasBuyerPaused or hasSellPaused is true.

Attributes

  • buyerPauseReason (String.t): The buyer's reason for pausing, if the buyer paused the deal. Defaults to: null.
  • firstPausedBy (String.t): The role of the person who first paused this deal. Defaults to: null.

    • Enum - one of [BUYER_SELLER_ROLE_UNSPECIFIED, BUYER, SELLER]
  • hasBuyerPaused (boolean()): True, if the buyer has paused the deal unilaterally. Defaults to: null.
  • hasSellerPaused (boolean()): True, if the seller has paused the deal unilaterally. Defaults to: null.
  • sellerPauseReason (String.t): The seller's reason for pausing, if the seller paused the deal. 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.V2beta1.Model.DealPauseStatus{
  buyerPauseReason: any(),
  firstPausedBy: any(),
  hasBuyerPaused: any(),
  hasSellerPaused: any(),
  sellerPauseReason: 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.