Class: Google::Api::QuotaLimit::ValuesEntry
- Inherits:
-
Object
- Object
- Google::Api::QuotaLimit::ValuesEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/quota.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
202 203 204 205 |
# File 'proto_docs/google/api/quota.rb', line 202 class ValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Integer
202 203 204 205 |
# File 'proto_docs/google/api/quota.rb', line 202 class ValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |