Class: Google::Ads::AdManager::V1::ListApplicationsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListApplicationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/application_service.rb
Overview
Response object for ListApplicationsRequest containing matching
Application objects.
Instance Attribute Summary collapse
-
#applications ⇒ ::Array<::Google::Ads::AdManager::V1::Application>
The
Applicationobjects 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
Applicationobjects.
Instance Attribute Details
#applications ⇒ ::Array<::Google::Ads::AdManager::V1::Application>
92 93 94 95 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 92 class ListApplicationsResponse 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/application_service.rb', line 92 class ListApplicationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
92 93 94 95 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 92 class ListApplicationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |