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