Class: Google::Shopping::Merchant::Quota::V1::GetAccountLimitRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Quota::V1::GetAccountLimitRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/quota/v1/accountlimits.rb
Overview
Request message for the GetAccountLimit method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the limit to retrieve.
Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA.
71 72 73 74 |
# File 'proto_docs/google/shopping/merchant/quota/v1/accountlimits.rb', line 71 class GetAccountLimitRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |