Class: TencentCloud::Iss::V20230517::BatchDeleteVideoDownloadTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::BatchDeleteVideoDownloadTaskResponse
- Defined in:
- lib/v20230517/models.rb
Overview
BatchDeleteVideoDownloadTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ BatchDeleteVideoDownloadTaskResponse
constructor
A new instance of BatchDeleteVideoDownloadTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ BatchDeleteVideoDownloadTaskResponse
Returns a new instance of BatchDeleteVideoDownloadTaskResponse.
1249 1250 1251 |
# File 'lib/v20230517/models.rb', line 1249 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1247 1248 1249 |
# File 'lib/v20230517/models.rb', line 1247 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1253 1254 1255 |
# File 'lib/v20230517/models.rb', line 1253 def deserialize(params) @RequestId = params['RequestId'] end |