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