Class: Telnyx::Models::BundlePricing::UserBundleListParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/telnyx/models/bundle_pricing/user_bundle_list_params.rb,
sig/telnyx/models/bundle_pricing/user_bundle_list_params.rbs

Overview

See Also:

  • Telnyx::Resources::BundlePricing::UserBundles#list

Defined Under Namespace

Classes: Filter

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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



35
# File 'sig/telnyx/models/bundle_pricing/user_bundle_list_params.rbs', line 35

def initialize: (

Instance Attribute Details

#authorization_bearerString?

Authenticates the request with your Telnyx API V2 KEY

Parameters:

  • (String)

Returns:

  • (String, nil)


33
# File 'lib/telnyx/models/bundle_pricing/user_bundle_list_params.rb', line 33

optional :authorization_bearer, String

#filterTelnyx::Models::BundlePricing::UserBundleListParams::Filter?

Consolidated filter parameter (deepObject style). Supports filtering by country_iso and resource. Examples: filter=US or filter=+15617819942



17
# File 'lib/telnyx/models/bundle_pricing/user_bundle_list_params.rb', line 17

optional :filter, -> { Telnyx::BundlePricing::UserBundleListParams::Filter }

#page_numberInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


22
# File 'lib/telnyx/models/bundle_pricing/user_bundle_list_params.rb', line 22

optional :page_number, Integer

#page_sizeInteger?

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


27
# File 'lib/telnyx/models/bundle_pricing/user_bundle_list_params.rb', line 27

optional :page_size, Integer

Instance Method Details

#to_hash{

Returns:

  • ({)


43
# File 'sig/telnyx/models/bundle_pricing/user_bundle_list_params.rbs', line 43

def to_hash: -> {