class Google::Apis::AdexchangebuyerV1_3::DirectDealsList
A direct deals feed lists Direct Deals the Ad Exchange buyer account has access to. This includes direct deals set up for the buyer account as well as its merged stream seats.
Attributes
direct_deals[RW]
A list of direct deals relevant for your account. Corresponds to the JSON property `directDeals` @return [Array<Google::Apis::AdexchangebuyerV1_3::DirectDeal>]
kind[RW]
Resource type. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adexchangebuyer_v1_3/classes.rb, line 872 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_3/classes.rb, line 877 def update!(**args) @direct_deals = args[:direct_deals] if args.key?(:direct_deals) @kind = args[:kind] if args.key?(:kind) end