Class: TencentCloud::Bma::V20210624::CreateCRRightResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRRightResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRRight返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tortid = nil, tortnum = nil, requestid = nil) ⇒ CreateCRRightResponse
constructor
A new instance of CreateCRRightResponse.
Constructor Details
#initialize(tortid = nil, tortnum = nil, requestid = nil) ⇒ CreateCRRightResponse
Returns a new instance of CreateCRRightResponse.
606 607 608 609 610 |
# File 'lib/v20210624/models.rb', line 606 def initialize(tortid=nil, tortnum=nil, requestid=nil) @TortId = tortid @TortNum = tortnum @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
604 605 606 |
# File 'lib/v20210624/models.rb', line 604 def RequestId @RequestId end |
#TortId ⇒ Object
604 605 606 |
# File 'lib/v20210624/models.rb', line 604 def TortId @TortId end |
#TortNum ⇒ Object
604 605 606 |
# File 'lib/v20210624/models.rb', line 604 def TortNum @TortNum end |
Instance Method Details
#deserialize(params) ⇒ Object
612 613 614 615 616 |
# File 'lib/v20210624/models.rb', line 612 def deserialize(params) @TortId = params['TortId'] @TortNum = params['TortNum'] @RequestId = params['RequestId'] end |