Class: Google::Apis::AdexchangebuyerV1_3::DirectDealsList
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_3::DirectDealsList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb
Overview
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.
Instance Attribute Summary collapse
-
#direct_deals ⇒ Array<Google::Apis::AdexchangebuyerV1_3::DirectDeal>
A list of direct deals relevant for your account.
-
#kind ⇒ String
Resource type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DirectDealsList
constructor
A new instance of DirectDealsList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DirectDealsList
Returns a new instance of DirectDealsList
913 914 915 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 913 def initialize(**args) update!(**args) end |
Instance Attribute Details
#direct_deals ⇒ Array<Google::Apis::AdexchangebuyerV1_3::DirectDeal>
A list of direct deals relevant for your account.
Corresponds to the JSON property directDeals
906 907 908 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 906 def direct_deals @direct_deals end |
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
911 912 913 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 911 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
918 919 920 921 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 918 def update!(**args) @direct_deals = args[:direct_deals] if args.key?(:direct_deals) @kind = args[:kind] if args.key?(:kind) end |