View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.DealPauseStatus (google_api_ad_exchange_buyer v0.41.0)

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

Attributes

  • buyerPauseReason (type: String.t, default: nil) - The buyer's reason for pausing, if the buyer paused the deal.
  • firstPausedBy (type: String.t, default: nil) - The role of the person who first paused this deal.
  • hasBuyerPaused (type: boolean(), default: nil) - True, if the buyer has paused the deal unilaterally.
  • hasSellerPaused (type: boolean(), default: nil) - True, if the seller has paused the deal unilaterally.
  • sellerPauseReason (type: String.t, default: nil) - The seller's reason for pausing, if the seller paused the deal.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.DealPauseStatus{
  buyerPauseReason: String.t() | nil,
  firstPausedBy: String.t() | nil,
  hasBuyerPaused: boolean() | nil,
  hasSellerPaused: boolean() | nil,
  sellerPauseReason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.