Class: Google::Ads::AdManager::V1::PrivateAuctionDeal::BuyerData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/private_auction_deal_messages.rb

Overview

Contains buyer data. This data is required by the Marketplace API.

Instance Attribute Summary collapse

Instance Attribute Details

#buyer_emails::Array<::String>

Returns Optional. The email contacts of the buyer of the PrivateAuctionDeal.

Returns:

  • (::Array<::String>)

    Optional. The email contacts of the buyer of the PrivateAuctionDeal.



90
91
92
93
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_messages.rb', line 90

class BuyerData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end