google_api_ad_exchange_buyer v0.15.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 nil.
  • firstPausedBy (String.t): The role of the person who first paused this deal. Defaults to nil.
  • hasBuyerPaused (boolean()): True, if the buyer has paused the deal unilaterally. Defaults to nil.
  • hasSellerPaused (boolean()): True, if the seller has paused the deal unilaterally. Defaults to nil.
  • sellerPauseReason (String.t): The seller's reason for pausing, if the seller paused the deal. Defaults to nil.

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: String.t(),
  firstPausedBy: String.t(),
  hasBuyerPaused: boolean(),
  hasSellerPaused: boolean(),
  sellerPauseReason: String.t()
}

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.