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