Class: Google::Ads::AdManager::V1::BatchCreateContactsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/contact_service.rb

Overview

Response object for BatchCreateContacts method.

Instance Attribute Summary collapse

Instance Attribute Details

#contacts::Array<::Google::Ads::AdManager::V1::Contact>

Returns The Contact objects created.

Returns:



130
131
132
133
# File 'proto_docs/google/ads/admanager/v1/contact_service.rb', line 130

class BatchCreateContactsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end