class Google::Apis::Adexchangebuyer2V2beta1::DealServingMetadata

Message captures metadata about the serving status of a deal.

Attributes

deal_pause_status[RW]

Tracks which parties (if any) have paused a deal. The deal is considered paused if either hasBuyerPaused or hasSellPaused is true. Corresponds to the JSON property `dealPauseStatus` @return [Google::Apis::Adexchangebuyer2V2beta1::DealPauseStatus]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1398
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1403
def update!(**args)
  @deal_pause_status = args[:deal_pause_status] if args.key?(:deal_pause_status)
end