Class: TencentCloud::Bma::V20210624::CreateCRTortResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRTortResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRTort返回参数结构体
Instance Attribute Summary collapse
- #RequestId ⇒ Object
- #TortBodyName ⇒ Object
- #TortDomain ⇒ Object
- #TortId ⇒ Object
- #TortPlat ⇒ Object
- #TortTitle ⇒ Object
- #TortURL ⇒ Object
- #WorkId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workid = nil, tortid = nil, torttitle = nil, tortplat = nil, torturl = nil, tortdomain = nil, tortbodyname = nil, requestid = nil) ⇒ CreateCRTortResponse
constructor
A new instance of CreateCRTortResponse.
Constructor Details
#initialize(workid = nil, tortid = nil, torttitle = nil, tortplat = nil, torturl = nil, tortdomain = nil, tortbodyname = nil, requestid = nil) ⇒ CreateCRTortResponse
Returns a new instance of CreateCRTortResponse.
668 669 670 671 672 673 674 675 676 677 |
# File 'lib/v20210624/models.rb', line 668 def initialize(workid=nil, tortid=nil, torttitle=nil, tortplat=nil, torturl=nil, tortdomain=nil, tortbodyname=nil, requestid=nil) @WorkId = workid @TortId = tortid @TortTitle = torttitle @TortPlat = tortplat @TortURL = torturl @TortDomain = tortdomain @TortBodyName = tortbodyname @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def RequestId @RequestId end |
#TortBodyName ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def TortBodyName @TortBodyName end |
#TortDomain ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def TortDomain @TortDomain end |
#TortId ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def TortId @TortId end |
#TortPlat ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def TortPlat @TortPlat end |
#TortTitle ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def TortTitle @TortTitle end |
#TortURL ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def TortURL @TortURL end |
#WorkId ⇒ Object
666 667 668 |
# File 'lib/v20210624/models.rb', line 666 def WorkId @WorkId end |
Instance Method Details
#deserialize(params) ⇒ Object
679 680 681 682 683 684 685 686 687 688 |
# File 'lib/v20210624/models.rb', line 679 def deserialize(params) @WorkId = params['WorkId'] @TortId = params['TortId'] @TortTitle = params['TortTitle'] @TortPlat = params['TortPlat'] @TortURL = params['TortURL'] @TortDomain = params['TortDomain'] @TortBodyName = params['TortBodyName'] @RequestId = params['RequestId'] end |