Class: Google::Ads::AdManager::V1::BatchActivateCmsMetadataKeysRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchActivateCmsMetadataKeysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/cms_metadata_key_service.rb
Overview
Request object for BatchActivateCmsMetadataKeys 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 activate.
Format: networks/{network_code}/cmsMetadataKeys/{cms_metadata_key_id}.
113 114 115 116 |
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_service.rb', line 113 class BatchActivateCmsMetadataKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource where CmsMetadataKeys will be activated.
Format: networks/{network_code}.
113 114 115 116 |
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_key_service.rb', line 113 class BatchActivateCmsMetadataKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |