Class: TencentCloud::Trp::V20210515::DescribeCodePackUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeCodePackUrlResponse
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeCodePackUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, imgurl = nil, filekey = nil, requestid = nil) ⇒ DescribeCodePackUrlResponse
constructor
A new instance of DescribeCodePackUrlResponse.
Constructor Details
#initialize(url = nil, imgurl = nil, filekey = nil, requestid = nil) ⇒ DescribeCodePackUrlResponse
Returns a new instance of DescribeCodePackUrlResponse.
1848 1849 1850 1851 1852 1853 |
# File 'lib/v20210515/models.rb', line 1848 def initialize(url=nil, imgurl=nil, filekey=nil, requestid=nil) @Url = url @ImgUrl = imgurl @FileKey = filekey @RequestId = requestid end |
Instance Attribute Details
#FileKey ⇒ Object
1846 1847 1848 |
# File 'lib/v20210515/models.rb', line 1846 def FileKey @FileKey end |
#ImgUrl ⇒ Object
1846 1847 1848 |
# File 'lib/v20210515/models.rb', line 1846 def ImgUrl @ImgUrl end |
#RequestId ⇒ Object
1846 1847 1848 |
# File 'lib/v20210515/models.rb', line 1846 def RequestId @RequestId end |
#Url ⇒ Object
1846 1847 1848 |
# File 'lib/v20210515/models.rb', line 1846 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
1855 1856 1857 1858 1859 1860 |
# File 'lib/v20210515/models.rb', line 1855 def deserialize(params) @Url = params['Url'] @ImgUrl = params['ImgUrl'] @FileKey = params['FileKey'] @RequestId = params['RequestId'] end |