Class: TencentCloud::Trp::V20210515::CreateTraceCodesAsyncRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::CreateTraceCodesAsyncRequest
- Defined in:
- lib/v20210515/models.rb
Overview
CreateTraceCodesAsync请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(corpid = nil, batchid = nil, filekey = nil) ⇒ CreateTraceCodesAsyncRequest
constructor
A new instance of CreateTraceCodesAsyncRequest.
Constructor Details
#initialize(corpid = nil, batchid = nil, filekey = nil) ⇒ CreateTraceCodesAsyncRequest
Returns a new instance of CreateTraceCodesAsyncRequest.
1133 1134 1135 1136 1137 |
# File 'lib/v20210515/models.rb', line 1133 def initialize(corpid=nil, batchid=nil, filekey=nil) @CorpId = corpid @BatchId = batchid @FileKey = filekey end |
Instance Attribute Details
#BatchId ⇒ Object
1131 1132 1133 |
# File 'lib/v20210515/models.rb', line 1131 def BatchId @BatchId end |
#CorpId ⇒ Object
1131 1132 1133 |
# File 'lib/v20210515/models.rb', line 1131 def CorpId @CorpId end |
#FileKey ⇒ Object
1131 1132 1133 |
# File 'lib/v20210515/models.rb', line 1131 def FileKey @FileKey end |
Instance Method Details
#deserialize(params) ⇒ Object
1139 1140 1141 1142 1143 |
# File 'lib/v20210515/models.rb', line 1139 def deserialize(params) @CorpId = params['CorpId'] @BatchId = params['BatchId'] @FileKey = params['FileKey'] end |