Class: Google::Ads::AdManager::V1::BatchUpdateApplicationsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUpdateApplicationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/application_service.rb
Overview
Response object for BatchUpdateApplications method.
Instance Attribute Summary collapse
-
#applications ⇒ ::Array<::Google::Ads::AdManager::V1::Application>
The
Applicationobjects updated.
Instance Attribute Details
#applications ⇒ ::Array<::Google::Ads::AdManager::V1::Application>
Returns The Application objects updated.
180 181 182 183 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 180 class BatchUpdateApplicationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |