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