Class: Google::Ads::AdManager::V1::BatchDeactivateCmsMetadataKeysRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchDeactivateCmsMetadataKeysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/cms_metadata_key_service.rb
Overview
Request message for BatchDeactivateCmsMetadataKeys 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 CmsMetadataKeys to deactivate.
Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}.
134 135 136 137 |
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_service.rb', line 134 class BatchDeactivateCmsMetadataKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource where CmsMetadataKeys will be
deactivated.
Format: networks/{network_code}.
134 135 136 137 |
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_service.rb', line 134 class BatchDeactivateCmsMetadataKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |