Class: TencentCloud::Dlc::V20210125::DescribeResultDownloadResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeResultDownloadResponse
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeResultDownload返回参数结构体
Instance Attribute Summary collapse
- #Path ⇒ Object
- #Reason ⇒ Object
- #RequestId ⇒ Object
- #SecretId ⇒ Object
- #SecretKey ⇒ Object
- #Status ⇒ Object
- #Token ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, status = nil, reason = nil, secretid = nil, secretkey = nil, token = nil, requestid = nil) ⇒ DescribeResultDownloadResponse
constructor
A new instance of DescribeResultDownloadResponse.
Constructor Details
#initialize(path = nil, status = nil, reason = nil, secretid = nil, secretkey = nil, token = nil, requestid = nil) ⇒ DescribeResultDownloadResponse
Returns a new instance of DescribeResultDownloadResponse.
8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/v20210125/models.rb', line 8089 def initialize(path=nil, status=nil, reason=nil, secretid=nil, secretkey=nil, token=nil, requestid=nil) @Path = path @Status = status @Reason = reason @SecretId = secretid @SecretKey = secretkey @Token = token @RequestId = requestid end |
Instance Attribute Details
#Path ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def Path @Path end |
#Reason ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def Reason @Reason end |
#RequestId ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def RequestId @RequestId end |
#SecretId ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def SecretId @SecretId end |
#SecretKey ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def SecretKey @SecretKey end |
#Status ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def Status @Status end |
#Token ⇒ Object
8087 8088 8089 |
# File 'lib/v20210125/models.rb', line 8087 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
8099 8100 8101 8102 8103 8104 8105 8106 8107 |
# File 'lib/v20210125/models.rb', line 8099 def deserialize(params) @Path = params['Path'] @Status = params['Status'] @Reason = params['Reason'] @SecretId = params['SecretId'] @SecretKey = params['SecretKey'] @Token = params['Token'] @RequestId = params['RequestId'] end |