Class: Telnyx::Models::EmailDomain::Dkim
Overview
Defined Under Namespace
Modules: Algorithm, KeyLength
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(active:, algorithm:, key_length:, rotated_at:, selector:) ⇒ Object
|
# File 'lib/telnyx/models/email_domain.rb', line 167
|
Instance Attribute Details
#active ⇒ Boolean
145
|
# File 'lib/telnyx/models/email_domain.rb', line 145
required :active, Telnyx::Internal::Type::Boolean
|
#algorithm ⇒ Symbol, ...
150
|
# File 'lib/telnyx/models/email_domain.rb', line 150
required :algorithm, enum: -> { Telnyx::EmailDomain::Dkim::Algorithm }, nil?: true
|
#key_length ⇒ Integer, ...
155
|
# File 'lib/telnyx/models/email_domain.rb', line 155
required :key_length, enum: -> { Telnyx::EmailDomain::Dkim::KeyLength }, nil?: true
|
#rotated_at ⇒ Time?
160
|
# File 'lib/telnyx/models/email_domain.rb', line 160
required :rotated_at, Time, nil?: true
|
#selector ⇒ String?
165
|
# File 'lib/telnyx/models/email_domain.rb', line 165
required :selector, String, nil?: true
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/email_domain.rb', line 180
|
Instance Method Details
#to_hash ⇒ {
131
|
# File 'sig/telnyx/models/email_domain.rbs', line 131
def to_hash: -> {
|