Class: Google::Shopping::Merchant::Accounts::V1::BatchCreateRegionsRequest

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

Request message for the BatchCreateRegions method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account to create one or more regions for. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account to create one or more regions for. Format: accounts/{account}



61
62
63
64
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 61

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

#requests::Array<::Google::Shopping::Merchant::Accounts::V1::CreateRegionRequest>

Returns Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.

Returns:



61
62
63
64
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 61

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