Class: Google::Ads::AdManager::V1::BatchArchiveSlatesRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchArchiveSlatesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/slate_service.rb
Overview
Request message for BatchArchiveSlates method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The resource names of the slates to archive. Format: "networks/{network_code}/slates/{slate_id}".
181 182 183 184 |
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 181 class BatchArchiveSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource containing the slates. Format: "networks/{network_code}".
181 182 183 184 |
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 181 class BatchArchiveSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |