Module: Telnyx::Models::EmailInboxes::MessageUpdateParams::ReadAt
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/email_inboxes/message_update_params.rb,
sig/telnyx/models/email_inboxes/message_update_params.rbs
Overview
Set to true for server time, an ISO 8601 timestamp for an explicit read time,
or null to mark unread.
collapse
- TRUE =
true
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(Boolean, Time)
52 53 54 |
# File 'lib/telnyx/models/email_inboxes/message_update_params.rb', line 52 define_sorbet_constant!(:Variants) do T.type_alias { T.nilable(T.any(Telnyx::EmailInboxes::MessageUpdateParams::ReadAt::TaggedBoolean, Time)) } end |
Instance Method Details
#self?.variants ⇒ ::Array[Telnyx::Models::EmailInboxes::MessageUpdateParams::read_at]
41 |
# File 'sig/telnyx/models/email_inboxes/message_update_params.rbs', line 41
def self?.variants: -> ::Array[Telnyx::Models::EmailInboxes::MessageUpdateParams::read_at]
|