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