Class: Telnyx::Models::FaxMediaProcessed::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::FaxMediaProcessed::Data
- Defined in:
- lib/telnyx/models/fax_media_processed.rb
Overview
Defined Under Namespace
Modules: EventType, RecordType Classes: Payload
Instance Attribute Summary collapse
-
#event_type ⇒ Symbol, ...
The type of event being delivered.
-
#id ⇒ String?
Identifies the type of resource.
-
#occurred_at ⇒ Time?
ISO 8601 datetime of when the event occurred.
- #payload ⇒ Telnyx::Models::FaxMediaProcessed::Data::Payload?
-
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(id: nil, event_type: nil, occurred_at: nil, payload: nil, record_type: nil) ⇒ Object constructor
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(id: nil, event_type: nil, occurred_at: nil, payload: nil, record_type: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/fax_media_processed.rb', line 53
|
Instance Attribute Details
#event_type ⇒ Symbol, ...
The type of event being delivered.
34 |
# File 'lib/telnyx/models/fax_media_processed.rb', line 34 optional :event_type, enum: -> { Telnyx::FaxMediaProcessed::Data::EventType } |
#id ⇒ String?
Identifies the type of resource.
28 |
# File 'lib/telnyx/models/fax_media_processed.rb', line 28 optional :id, String |
#occurred_at ⇒ Time?
ISO 8601 datetime of when the event occurred.
40 |
# File 'lib/telnyx/models/fax_media_processed.rb', line 40 optional :occurred_at, Time |
#payload ⇒ Telnyx::Models::FaxMediaProcessed::Data::Payload?
45 |
# File 'lib/telnyx/models/fax_media_processed.rb', line 45 optional :payload, -> { Telnyx::FaxMediaProcessed::Data::Payload } |
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
51 |
# File 'lib/telnyx/models/fax_media_processed.rb', line 51 optional :record_type, enum: -> { Telnyx::FaxMediaProcessed::Data::RecordType } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/fax_media_processed.rb', line 72
|