Class: Telnyx::Models::EmailInboxes::FilterReplaceResponse::Data
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/telnyx/models/email_inboxes/filter_replace_response.rb,
sig/telnyx/models/email_inboxes/filter_replace_response.rbs
Overview
Defined Under Namespace
Modules: RecordType
Instance Attribute 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(allowlist:, blocklist:, record_type:) ⇒ Object
|
# File 'lib/telnyx/models/email_inboxes/filter_replace_response.rb', line 33
|
Instance Attribute Details
#allowlist ⇒ Array<String>
21
|
# File 'lib/telnyx/models/email_inboxes/filter_replace_response.rb', line 21
required :allowlist, Telnyx::Internal::Type::ArrayOf[String]
|
#blocklist ⇒ Array<String>
26
|
# File 'lib/telnyx/models/email_inboxes/filter_replace_response.rb', line 26
required :blocklist, Telnyx::Internal::Type::ArrayOf[String]
|
31
|
# File 'lib/telnyx/models/email_inboxes/filter_replace_response.rb', line 31
required :record_type, enum: -> { Telnyx::Models::EmailInboxes::FilterReplaceResponse::Data::RecordType }
|
Instance Method Details
#to_hash ⇒ {
38
|
# File 'sig/telnyx/models/email_inboxes/filter_replace_response.rbs', line 38
def to_hash: -> {
|