Class: Google::Ads::AdManager::V1::GetCreativeTemplateRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::GetCreativeTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/creative_template_service.rb
Overview
Request object for GetCreativeTemplate method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the CreativeTemplate.
Format: networks/{network_code}/creativeTemplates/{creative_template_id}.
29 30 31 32 |
# File 'proto_docs/google/ads/admanager/v1/creative_template_service.rb', line 29 class GetCreativeTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |