Class: Telnyx::Models::DocumentGenerateDownloadLinkResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::DocumentGenerateDownloadLinkResponse::Data
- Defined in:
- lib/telnyx/models/document_generate_download_link_response.rb,
sig/telnyx/models/document_generate_download_link_response.rbs
Overview
Instance Attribute Summary collapse
-
#url ⇒ String
Pre-signed temporary URL for downloading the document.
Instance Method Summary collapse
-
#initialize(url:) ⇒ Data
constructor
A new instance of Data.
- #to_hash ⇒ { url: String }
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(url:) ⇒ Data
Returns a new instance of Data.
|
|
# File 'lib/telnyx/models/document_generate_download_link_response.rb', line 23
|
Instance Attribute Details
#url ⇒ String
Pre-signed temporary URL for downloading the document
21 |
# File 'lib/telnyx/models/document_generate_download_link_response.rb', line 21 required :url, String |
Instance Method Details
#to_hash ⇒ { url: String }
24 |
# File 'sig/telnyx/models/document_generate_download_link_response.rbs', line 24
def to_hash: -> { url: String }
|