Class: Telnyx::Models::MessagingTollfree::Verification::RequestListParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb

Overview

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

#initialize(page:, page_size:, business_name: nil, date_end: nil, date_start: nil, phone_number: nil, status: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see Telnyx::Models::MessagingTollfree::Verification::RequestListParams for more details.

Parameters:

  • page (Integer)
  • page_size (Integer)
  • business_name (String) (defaults to: nil)

    Filter verification requests by business name

  • date_end (Time) (defaults to: nil)
  • date_start (Time) (defaults to: nil)
  • phone_number (String) (defaults to: nil)
  • status (Symbol, Telnyx::Models::MessagingTollfree::Verification::TfVerificationStatus) (defaults to: nil)

    Tollfree verification status

  • request_options (Telnyx::RequestOptions, Hash{Symbol=>Object}) (defaults to: {})


# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 52

Instance Attribute Details

#business_nameString?

Filter verification requests by business name

Returns:

  • (String, nil)


29
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 29

optional :business_name, String

#date_endTime?

Returns:

  • (Time, nil)


34
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 34

optional :date_end, Time

#date_startTime?

Returns:

  • (Time, nil)


39
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 39

optional :date_start, Time

#pageInteger

Returns:

  • (Integer)


15
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 15

required :page, Integer

#page_sizeInteger

Request this many records per page

This value is automatically clamped if the provided value is too large.

Returns:

  • (Integer)


23
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 23

required :page_size, Integer

#phone_numberString?

Returns:

  • (String, nil)


44
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 44

optional :phone_number, String

#statusSymbol, ...

Tollfree verification status



50
# File 'lib/telnyx/models/messaging_tollfree/verification/request_list_params.rb', line 50

optional :status, enum: -> { Telnyx::MessagingTollfree::Verification::TfVerificationStatus }