Class: Google::Ads::AdManager::V1::BatchUnarchiveApplicationsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUnarchiveApplicationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/application_service.rb
Overview
Request object for BatchUnarchiveApplications method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The Application objects to unarchive.
212 213 214 215 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 212 class BatchUnarchiveApplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource shared by all Applications to Unarchive.
Format: networks/{network_code}.
212 213 214 215 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 212 class BatchUnarchiveApplicationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |