Class: Telnyx::Models::DocServiceDocument
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::DocServiceDocument
- Defined in:
- lib/telnyx/models/doc_service_document.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Modules: AvScanStatus, Status Classes: Size
Instance Attribute Summary collapse
-
#customer_reference ⇒ String?
Optional reference string for customer tracking.
-
#filename ⇒ String?
The filename of the document.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(amount: nil, unit: nil) ⇒ Object
constructor
Indicates the document’s filesize.
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(amount: nil, unit: nil) ⇒ Object
Indicates the document’s filesize
|
|
# File 'lib/telnyx/models/doc_service_document.rb', line 75
|
Instance Attribute Details
#customer_reference ⇒ String?
Optional reference string for customer tracking.
11 |
# File 'lib/telnyx/models/doc_service_document.rb', line 11 optional :customer_reference, String |
#filename ⇒ String?
The filename of the document.
17 |
# File 'lib/telnyx/models/doc_service_document.rb', line 17 optional :filename, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/doc_service_document.rb', line 109
|