Module: Telnyx::Models::EmailUnsubscribeGroupDeleteParams::Force
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/email_unsubscribe_group_delete_params.rb,
sig/telnyx/models/email_unsubscribe_group_delete_params.rbs
Overview
Force-delete a group with active suppressions. Only "true" (string) or true
(bool) are truthy; all other values are false.
collapse
- TRUE =
:true- FALSE =
:false
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Symbol, Boolean)
46 47 48 |
# File 'lib/telnyx/models/email_unsubscribe_group_delete_params.rb', line 46 define_sorbet_constant!(:Variants) do T.type_alias { T.any(Telnyx::EmailUnsubscribeGroupDeleteParams::Force::TaggedSymbol, T::Boolean) } end |
Instance Method Details
#self?.variants ⇒ ::Array[Telnyx::Models::EmailUnsubscribeGroupDeleteParams::force]
39 |
# File 'sig/telnyx/models/email_unsubscribe_group_delete_params.rbs', line 39
def self?.variants: -> ::Array[Telnyx::Models::EmailUnsubscribeGroupDeleteParams::force]
|