class Google::Apis::AdexchangebuyerV1_4::MarketplaceDealParty
Attributes
buyer[RW]
The buyer/seller associated with the deal. One of buyer/seller is specified for a deal-party. Corresponds to the JSON property `buyer` @return [Google::Apis::AdexchangebuyerV1_4::Buyer]
seller[RW]
The buyer/seller associated with the deal. One of buyer/seller is specified for a deal party. Corresponds to the JSON property `seller` @return [Google::Apis::AdexchangebuyerV1_4::Seller]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 2135 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 2140 def update!(**args) @buyer = args[:buyer] if args.key?(:buyer) @seller = args[:seller] if args.key?(:seller) end