Class: Telnyx::Models::PaginationMetaCloudflareIPListSync

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/pagination_meta_cloudflare_ip_list_sync.rb

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

#initialize(page_number:, page_size:, total_pages:, total_results:) ⇒ Object

Parameters:

  • page_number (Integer)
  • page_size (Integer)
  • total_pages (Integer)
  • total_results (Integer)


# File 'lib/telnyx/models/pagination_meta_cloudflare_ip_list_sync.rb', line 26

Instance Attribute Details

#page_numberInteger

Returns:

  • (Integer)


9
# File 'lib/telnyx/models/pagination_meta_cloudflare_ip_list_sync.rb', line 9

required :page_number, Integer

#page_sizeInteger

Returns:

  • (Integer)


14
# File 'lib/telnyx/models/pagination_meta_cloudflare_ip_list_sync.rb', line 14

required :page_size, Integer

#total_pagesInteger

Returns:

  • (Integer)


19
# File 'lib/telnyx/models/pagination_meta_cloudflare_ip_list_sync.rb', line 19

required :total_pages, Integer

#total_resultsInteger

Returns:

  • (Integer)


24
# File 'lib/telnyx/models/pagination_meta_cloudflare_ip_list_sync.rb', line 24

required :total_results, Integer