Class: Google::Apis::AdexchangebuyerV1_4::DealServingMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DealServingMetadata

Returns a new instance of DealServingMetadata.



1280
1281
1282
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1280

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#alcohol_ads_allowedBoolean Also known as: alcohol_ads_allowed?

True if alcohol ads are allowed for this deal (read-only). This field is only populated when querying for finalized orders using the method GetFinalizedOrderDeals Corresponds to the JSON property alcoholAdsAllowed

Returns:

  • (Boolean)


1270
1271
1272
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1270

def alcohol_ads_allowed
  @alcohol_ads_allowed
end

#deal_pause_statusGoogle::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. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. Corresponds to the JSON property dealPauseStatus



1278
1279
1280
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1278

def deal_pause_status
  @deal_pause_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1285
1286
1287
1288
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1285

def update!(**args)
  @alcohol_ads_allowed = args[:alcohol_ads_allowed] if args.key?(:alcohol_ads_allowed)
  @deal_pause_status = args[:deal_pause_status] if args.key?(:deal_pause_status)
end