Class: Google::Shopping::Merchant::Quota::V1::AccountLimit

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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.

Returns:



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