Class: Google::Ads::AdManager::V1::ListAdUnitsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListAdUnitsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/ad_unit_service.rb
Overview
Response object for ListAdUnitsRequest containing matching AdUnit resources.
Instance Attribute Summary collapse
-
#ad_units ⇒ ::Array<::Google::Ads::AdManager::V1::AdUnit>
The AdUnit 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 AdUnits.
Instance Attribute Details
#ad_units ⇒ ::Array<::Google::Ads::AdManager::V1::AdUnit>
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 107 class ListAdUnitsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 107 class ListAdUnitsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 107 class ListAdUnitsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |