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