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