class Google::Apis::AdexchangebuyerV1_4::DealServingMetadataDealPauseStatus

Tracks which parties (if any) have paused a deal. The deal is considered paused if #has_buyer_paused || has_seller_paused.

Attributes

has_buyer_paused[RW]

Corresponds to the JSON property `hasBuyerPaused` @return [Boolean]

has_buyer_paused?[RW]

Corresponds to the JSON property `hasBuyerPaused` @return [Boolean]

has_seller_paused[RW]

Corresponds to the JSON property `hasSellerPaused` @return [Boolean]

has_seller_paused?[RW]

Corresponds to the JSON property `hasSellerPaused` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1082
def update!(**args)
  @has_buyer_paused = args[:has_buyer_paused] if args.key?(:has_buyer_paused)
  @has_seller_paused = args[:has_seller_paused] if args.key?(:has_seller_paused)
end