Class: Google::Shopping::Merchant::Accounts::V1beta::GetRegionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetRegionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb
Overview
Request message for the GetRegion
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the region to retrieve.
Format: accounts/{account}/regions/{region}
.
30 31 32 33 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb', line 30 class GetRegionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |