Class: TencentCloud::Ess::V20201111::FileUrl
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::FileUrl
- Defined in:
- lib/v20201111/models.rb
Overview
下载文件的URL信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, option = nil) ⇒ FileUrl
constructor
A new instance of FileUrl.
Constructor Details
#initialize(url = nil, option = nil) ⇒ FileUrl
Returns a new instance of FileUrl.
12699 12700 12701 12702 |
# File 'lib/v20201111/models.rb', line 12699 def initialize(url=nil, option=nil) @Url = url @Option = option end |
Instance Attribute Details
#Option ⇒ Object
12697 12698 12699 |
# File 'lib/v20201111/models.rb', line 12697 def Option @Option end |
#Url ⇒ Object
12697 12698 12699 |
# File 'lib/v20201111/models.rb', line 12697 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
12704 12705 12706 12707 |
# File 'lib/v20201111/models.rb', line 12704 def deserialize(params) @Url = params['Url'] @Option = params['Option'] end |