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