Class: Telnyx::Models::SpeechToTextListProvidersResponse::Meta
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SpeechToTextListProvidersResponse::Meta
- Defined in:
- lib/telnyx/models/speech_to_text_list_providers_response.rb,
sig/telnyx/models/speech_to_text_list_providers_response.rbs
Overview
Instance Attribute Summary collapse
-
#total ⇒ Integer
Total number of entries returned.
Instance Method Summary collapse
-
#initialize(total:) ⇒ Meta
constructor
A new instance of Meta.
- #to_hash ⇒ { total: 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(total:) ⇒ Meta
Returns a new instance of Meta.
|
|
# File 'lib/telnyx/models/speech_to_text_list_providers_response.rb', line 100
|
Instance Attribute Details
#total ⇒ Integer
Total number of entries returned.
98 |
# File 'lib/telnyx/models/speech_to_text_list_providers_response.rb', line 98 required :total, Integer |
Instance Method Details
#to_hash ⇒ { total: Integer }
77 |
# File 'sig/telnyx/models/speech_to_text_list_providers_response.rbs', line 77
def to_hash: -> { total: Integer }
|