Class: TencentCloud::Iotexplorer::V20190423::DescribeBatchProductionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeBatchProductionResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeBatchProduction返回参数结构体
Instance Attribute Summary collapse
- #BatchCnt ⇒ Object
- #BurnMethod ⇒ Object
- #CreateTime ⇒ Object
- #DownloadUrl ⇒ Object
- #GenerationMethod ⇒ Object
- #LastFailedReason ⇒ Object
- #RequestId ⇒ Object
- #Status ⇒ Object
- #SuccessCount ⇒ Object
- #UploadUrl ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchcnt = nil, burnmethod = nil, createtime = nil, downloadurl = nil, generationmethod = nil, uploadurl = nil, successcount = nil, lastfailedreason = nil, status = nil, requestid = nil) ⇒ DescribeBatchProductionResponse
constructor
A new instance of DescribeBatchProductionResponse.
Constructor Details
#initialize(batchcnt = nil, burnmethod = nil, createtime = nil, downloadurl = nil, generationmethod = nil, uploadurl = nil, successcount = nil, lastfailedreason = nil, status = nil, requestid = nil) ⇒ DescribeBatchProductionResponse
Returns a new instance of DescribeBatchProductionResponse.
3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 |
# File 'lib/v20190423/models.rb', line 3878 def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, successcount=nil, lastfailedreason=nil, status=nil, requestid=nil) @BatchCnt = batchcnt @BurnMethod = burnmethod @CreateTime = createtime @DownloadUrl = downloadurl @GenerationMethod = generationmethod @UploadUrl = uploadurl @SuccessCount = successcount @LastFailedReason = lastfailedreason @Status = status @RequestId = requestid end |
Instance Attribute Details
#BatchCnt ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def BatchCnt @BatchCnt end |
#BurnMethod ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def BurnMethod @BurnMethod end |
#CreateTime ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def CreateTime @CreateTime end |
#DownloadUrl ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def DownloadUrl @DownloadUrl end |
#GenerationMethod ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def GenerationMethod @GenerationMethod end |
#LastFailedReason ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def LastFailedReason @LastFailedReason end |
#RequestId ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def RequestId @RequestId end |
#Status ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def Status @Status end |
#SuccessCount ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def SuccessCount @SuccessCount end |
#UploadUrl ⇒ Object
3876 3877 3878 |
# File 'lib/v20190423/models.rb', line 3876 def UploadUrl @UploadUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 |
# File 'lib/v20190423/models.rb', line 3891 def deserialize(params) @BatchCnt = params['BatchCnt'] @BurnMethod = params['BurnMethod'] @CreateTime = params['CreateTime'] @DownloadUrl = params['DownloadUrl'] @GenerationMethod = params['GenerationMethod'] @UploadUrl = params['UploadUrl'] @SuccessCount = params['SuccessCount'] @LastFailedReason = params['LastFailedReason'] @Status = params['Status'] @RequestId = params['RequestId'] end |