Class: Google::Ads::AdManager::V1::BatchActivateCustomTargetingKeysRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchActivateCustomTargetingKeysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb
Overview
Request object for BatchActivateCustomTargetingKeys 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 CustomTargetingKeys to activate.
Format:
networks/{network_code}/customTargetingKeys/{custom_targeting_key_id}.
185 186 187 188 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 185 class BatchActivateCustomTargetingKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: networks/{network_code}.
185 186 187 188 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 185 class BatchActivateCustomTargetingKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |