Class: Telnyx::Internal::CloudfsCursorPagination::Meta
- Inherits:
-
Type::BaseModel
- Object
- Type::BaseModel
- Telnyx::Internal::CloudfsCursorPagination::Meta
- Defined in:
- lib/telnyx/internal/cloudfs_cursor_pagination.rb,
sig/telnyx/internal/cloudfs_cursor_pagination.rbs
Defined Under Namespace
Classes: Cursors
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(cursors: nil) ⇒ Meta
constructor
A new instance of Meta.
- #to_hash ⇒ { cursors: Meta::Cursors }
Methods inherited from 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 Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(cursors: nil) ⇒ Meta
Returns a new instance of Meta.
|
|
# File 'lib/telnyx/internal/cloudfs_cursor_pagination.rb', line 98
|
Instance Attribute Details
#cursors ⇒ Meta::Cursors?
96 |
# File 'lib/telnyx/internal/cloudfs_cursor_pagination.rb', line 96 optional :cursors, -> { Meta::Cursors } |
Instance Method Details
#to_hash ⇒ { cursors: Meta::Cursors }
20 |
# File 'sig/telnyx/internal/cloudfs_cursor_pagination.rbs', line 20
def to_hash: -> { cursors: Meta::Cursors }
|