Class: Telnyx::Models::Reports::ReportingPaginationMeta77109e5d17

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rb,
sig/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeObject



31
# File 'sig/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rbs', line 31

def initialize: (

Instance Attribute Details

#page_numberInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


10
# File 'lib/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rb', line 10

optional :page_number, Integer

#page_sizeInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


15
# File 'lib/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rb', line 15

optional :page_size, Integer

#total_pagesInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


20
# File 'lib/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rb', line 20

optional :total_pages, Integer

#total_resultsInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


25
# File 'lib/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rb', line 25

optional :total_results, Integer

Instance Method Details

#to_hash{

Returns:

  • ({)


38
# File 'sig/telnyx/models/reports/reporting_pagination_meta_77109e5d17.rbs', line 38

def to_hash: -> {