Class: Google::Ads::AdManager::V1::ListPrivateAuctionDealsResponse

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

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