Class: Google::Ads::AdManager::V1::BatchCreateLabelsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#labels::Array<::Google::Ads::AdManager::V1::Label>

Returns The Label objects created.

Returns:



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