Class: Google::Ads::AdManager::V1::BatchCreateLabelsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateLabelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/label_service.rb
Overview
Response object for BatchCreateLabels method.
Instance Attribute Summary collapse
-
#labels ⇒ ::Array<::Google::Ads::AdManager::V1::Label>
The
Labelobjects created.
Instance Attribute Details
#labels ⇒ ::Array<::Google::Ads::AdManager::V1::Label>
Returns The Label objects created.
138 139 140 141 |
# File 'proto_docs/google/ads/admanager/v1/label_service.rb', line 138 class BatchCreateLabelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |