Class: Google::Shopping::Merchant::Accounts::V1::BatchCreateRegionsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::BatchCreateRegionsResponse
- 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
-
#regions ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::Region>
The created region(s).
Instance Attribute Details
#regions ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::Region>
Returns The created region(s).
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 |