Class: Google::Ads::AdManager::V1::ListPrivateAuctionsResponse

Inherits:
Object
  • Object
show all
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

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