Class: Telnyx::Models::FaxDelivered::Meta
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::FaxDelivered::Meta
- Defined in:
- lib/telnyx/models/fax_delivered.rb
Overview
Instance Attribute Summary collapse
-
#attempt ⇒ Integer?
The delivery attempt number.
-
#delivered_to ⇒ String?
The URL the webhook was delivered to.
Instance Method Summary collapse
-
#initialize(attempt: nil, delivered_to: nil) ⇒ Object
constructor
Metadata about the webhook delivery.
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(attempt: nil, delivered_to: nil) ⇒ Object
Metadata about the webhook delivery.
|
|
# File 'lib/telnyx/models/fax_delivered.rb', line 234
|
Instance Attribute Details
#attempt ⇒ Integer?
The delivery attempt number.
226 |
# File 'lib/telnyx/models/fax_delivered.rb', line 226 optional :attempt, Integer |
#delivered_to ⇒ String?
The URL the webhook was delivered to.
232 |
# File 'lib/telnyx/models/fax_delivered.rb', line 232 optional :delivered_to, String |