Class: TencentCloud::Weilingwith::V20230427::FileDownloadURL
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::FileDownloadURL
- Defined in:
- lib/v20230427/models.rb
Overview
文件下载URL
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fileurl = nil) ⇒ FileDownloadURL
constructor
A new instance of FileDownloadURL.
Constructor Details
#initialize(fileurl = nil) ⇒ FileDownloadURL
Returns a new instance of FileDownloadURL.
5678 5679 5680 |
# File 'lib/v20230427/models.rb', line 5678 def initialize(fileurl=nil) @FileURL = fileurl end |
Instance Attribute Details
#FileURL ⇒ Object
5676 5677 5678 |
# File 'lib/v20230427/models.rb', line 5676 def FileURL @FileURL end |
Instance Method Details
#deserialize(params) ⇒ Object
5682 5683 5684 |
# File 'lib/v20230427/models.rb', line 5682 def deserialize(params) @FileURL = params['FileURL'] end |