Class: Google::Shopping::Merchant::Quota::V1::GetAccountLimitRequest

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

Request message for the GetAccountLimit method.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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