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