Class: Telnyx::Models::MessagingOptoutListParams

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

Overview

Defined Under Namespace

Classes: CreatedAt, 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

#initialize(gte: nil, lte: nil) ⇒ Object

Consolidated created_at parameter (deepObject style). Originally: created_at, created_at

Parameters:

  • gte (Time) (defaults to: nil)

    Filter opt-outs created after this date (ISO-8601 format)

  • lte (Time) (defaults to: nil)

    Filter opt-outs created before this date (ISO-8601 format)



# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 69

Instance Attribute Details

#created_atTelnyx::Models::MessagingOptoutListParams::CreatedAt?

Consolidated created_at parameter (deepObject style). Originally: created_at, created_at



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

optional :created_at, -> { Telnyx::MessagingOptoutListParams::CreatedAt }

#filterTelnyx::Models::MessagingOptoutListParams::Filter?

Consolidated filter parameter (deepObject style). Originally: filter, filter



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

optional :filter, -> { Telnyx::MessagingOptoutListParams::Filter }

#page_numberInteger?

Returns:

  • (Integer, nil)


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

optional :page_number, Integer

#page_sizeInteger?

Returns:

  • (Integer, nil)


32
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 32

optional :page_size, Integer

#redaction_enabledString?

If receiving address (+E.164 formatted phone number) should be redacted

Returns:

  • (String, nil)


38
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 38

optional :redaction_enabled, String