Class: Zavudev::Models::UsageRetrieveResponse::Limits
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Zavudev::Models::UsageRetrieveResponse::Limits
- Defined in:
- lib/zavudev/models/usage_retrieve_response.rb,
sig/zavudev/models/usage_retrieve_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Limits
constructor
A new instance of Limits.
- #to_hash ⇒ { emails: Integer, :messages_a2_p => Integer }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Limits
Returns a new instance of Limits.
50 |
# File 'sig/zavudev/models/usage_retrieve_response.rbs', line 50
def initialize: (?emails: Integer, ?messages_a2_p: Integer) -> void
|
Instance Attribute Details
#emails ⇒ Integer?
51 |
# File 'lib/zavudev/models/usage_retrieve_response.rb', line 51 optional :emails, Integer |
#messages_a2_p ⇒ Integer?
56 |
# File 'lib/zavudev/models/usage_retrieve_response.rb', line 56 optional :messages_a2_p, Integer, api_name: :messagesA2P |
Instance Method Details
#to_hash ⇒ { emails: Integer, :messages_a2_p => Integer }
52 |
# File 'sig/zavudev/models/usage_retrieve_response.rbs', line 52
def to_hash: -> { emails: Integer, :messages_a2_p => Integer }
|