Class: Telnyx::Models::DocServiceDocument
- Inherits:
-
DocServiceRecord
show all
- Defined in:
- lib/telnyx/models/doc_service_document.rb,
sig/telnyx/models/doc_service_document.rbs
Overview
Defined Under Namespace
Modules: AvScanStatus, Status
Classes: Size
Instance Attribute Summary collapse
#created_at, #id, #updated_at
Class Method Summary
collapse
Instance Method Summary
collapse
#created_at=, #id=, #updated_at=
==, #==, #[], 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(amount: nil, unit: nil) ⇒ Object
Indicates the document's filesize
|
# File 'lib/telnyx/models/doc_service_document.rb', line 57
|
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 83
|
Instance Method Details
#av_scan_status ⇒ Telnyx::Models::DocServiceDocument::av_scan_status?
24
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 24
def av_scan_status: -> Telnyx::Models::DocServiceDocument::av_scan_status?
|
#av_scan_status= ⇒ Object
26
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 26
def av_scan_status=: (
|
#content_type ⇒ String?
30
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 30
def content_type: -> String?
|
#content_type= ⇒ String
32
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 32
def content_type=: (String _) -> String
|
#record_type ⇒ String?
34
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 34
def record_type: -> String?
|
#record_type= ⇒ String
36
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 36
def record_type=: (String _) -> String
|
#sha256 ⇒ String?
38
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 38
def sha256: -> String?
|
#sha256= ⇒ String
40
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 40
def sha256=: (String _) -> String
|
#size ⇒ Telnyx::DocServiceDocument::Size?
42
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 42
def size: -> Telnyx::DocServiceDocument::Size?
|
#size= ⇒ Object
44
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 44
def size=: (
|
#status ⇒ Telnyx::Models::DocServiceDocument::status?
48
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 48
def status: -> Telnyx::Models::DocServiceDocument::status?
|
#status= ⇒ Object
50
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 50
def status=: (
|
#to_hash ⇒ {
65
|
# File 'sig/telnyx/models/doc_service_document.rbs', line 65
def to_hash: -> {
|