Class: Google::Shopping::Merchant::Accounts::V1::BatchCreateRegionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/regions.rb

Overview

Response message for the BatchCreateRegions method.

Instance Attribute Summary collapse

Instance Attribute Details

#regions::Array<::Google::Shopping::Merchant::Accounts::V1::Region>

Returns The created region(s).

Returns:



70
71
72
73
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 70

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