google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.DealServingMetadataDealPauseStatus View Source

Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently.

Attributes

  • buyerPauseReason (String.t): Defaults to nil.
  • firstPausedBy (String.t): If the deal is paused, records which party paused the deal first. Defaults to nil.
  • hasBuyerPaused (boolean()): Defaults to nil.
  • hasSellerPaused (boolean()): Defaults to nil.
  • sellerPauseReason (String.t): 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.V14.Model.DealServingMetadataDealPauseStatus{
  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.