Class: Google::Ads::AdManager::V1::ListPrivateAuctionDealsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListPrivateAuctionDealsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb
Overview
Response object for ListPrivateAuctionDealsRequest containing matching
PrivateAuctionDeal objects.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#private_auction_deals ⇒ ::Array<::Google::Ads::AdManager::V1::PrivateAuctionDeal>
The
PrivateAuctionDealobjects from the specified network. -
#total_size ⇒ ::Integer
Total number of
PrivateAuctionDealobjects.
Instance Attribute Details
#next_page_token ⇒ ::String
95 96 97 98 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 95 class ListPrivateAuctionDealsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_auction_deals ⇒ ::Array<::Google::Ads::AdManager::V1::PrivateAuctionDeal>
95 96 97 98 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 95 class ListPrivateAuctionDealsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
95 96 97 98 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 95 class ListPrivateAuctionDealsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |