Class: TencentCloud::Bma::V20210624::CreateCRBlockResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRBlockResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRBlock返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tortid = nil, tortnum = nil, requestid = nil) ⇒ CreateCRBlockResponse
constructor
A new instance of CreateCRBlockResponse.
Constructor Details
#initialize(tortid = nil, tortnum = nil, requestid = nil) ⇒ CreateCRBlockResponse
Returns a new instance of CreateCRBlockResponse.
347 348 349 350 351 |
# File 'lib/v20210624/models.rb', line 347 def initialize(tortid=nil, tortnum=nil, requestid=nil) @TortId = tortid @TortNum = tortnum @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
345 346 347 |
# File 'lib/v20210624/models.rb', line 345 def RequestId @RequestId end |
#TortId ⇒ Object
345 346 347 |
# File 'lib/v20210624/models.rb', line 345 def TortId @TortId end |
#TortNum ⇒ Object
345 346 347 |
# File 'lib/v20210624/models.rb', line 345 def TortNum @TortNum end |
Instance Method Details
#deserialize(params) ⇒ Object
353 354 355 356 357 |
# File 'lib/v20210624/models.rb', line 353 def deserialize(params) @TortId = params['TortId'] @TortNum = params['TortNum'] @RequestId = params['RequestId'] end |