Class: Google::Shopping::Merchant::Quota::V1::AccountLimit
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Quota::V1::AccountLimit
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/quota/v1/accountlimits.rb
Overview
A limit of a certain type that is applied to an account.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#products ⇒ ::Google::Shopping::Merchant::Quota::V1::ProductLimit
The limit for products.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The limit part of the name will be a combination of the type
and the scope. For example: accounts/123/limits/products~ADS_NON_EEA
Format: accounts/{account}/limits/{limit}.
60 61 62 63 |
# File 'proto_docs/google/shopping/merchant/quota/v1/accountlimits.rb', line 60 class AccountLimit include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#products ⇒ ::Google::Shopping::Merchant::Quota::V1::ProductLimit
Returns The limit for products.
60 61 62 63 |
# File 'proto_docs/google/shopping/merchant/quota/v1/accountlimits.rb', line 60 class AccountLimit include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |