Class: Telnyx::Models::Dir::EmailVerificationStatusWrapped
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Dir::EmailVerificationStatusWrapped
- Defined in:
- lib/telnyx/models/dir/email_verification_status_wrapped.rb,
sig/telnyx/models/dir/email_verification_status_wrapped.rbs
Overview
Defined Under Namespace
Classes: Data
Instance Attribute Summary collapse
-
#data ⇒ Telnyx::Models::Dir::EmailVerificationStatusWrapped::Data
Verification state for a DIR's authorizer email.
Instance Method Summary collapse
- #initialize(data:) ⇒ Object constructor
- #to_hash ⇒ {
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(data:) ⇒ Object
|
|
# File 'lib/telnyx/models/dir/email_verification_status_wrapped.rb', line 14
|
Instance Attribute Details
#data ⇒ Telnyx::Models::Dir::EmailVerificationStatusWrapped::Data
Verification state for a DIR's authorizer email.
12 |
# File 'lib/telnyx/models/dir/email_verification_status_wrapped.rb', line 12 required :data, -> { Telnyx::Dir::EmailVerificationStatusWrapped::Data } |
Instance Method Details
#to_hash ⇒ {
14 |
# File 'sig/telnyx/models/dir/email_verification_status_wrapped.rbs', line 14
def to_hash: -> {
|