Class: TencentCloud::Bma::V20210624::CreateCRTortRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRTortRequest
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRTort请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workid = nil, torturl = nil, tortplat = nil, torttitle = nil) ⇒ CreateCRTortRequest
constructor
A new instance of CreateCRTortRequest.
Constructor Details
#initialize(workid = nil, torturl = nil, tortplat = nil, torttitle = nil) ⇒ CreateCRTortRequest
Returns a new instance of CreateCRTortRequest.
632 633 634 635 636 637 |
# File 'lib/v20210624/models.rb', line 632 def initialize(workid=nil, torturl=nil, tortplat=nil, torttitle=nil) @WorkId = workid @TortURL = torturl @TortPlat = tortplat @TortTitle = torttitle end |
Instance Attribute Details
#TortPlat ⇒ Object
630 631 632 |
# File 'lib/v20210624/models.rb', line 630 def TortPlat @TortPlat end |
#TortTitle ⇒ Object
630 631 632 |
# File 'lib/v20210624/models.rb', line 630 def TortTitle @TortTitle end |
#TortURL ⇒ Object
630 631 632 |
# File 'lib/v20210624/models.rb', line 630 def TortURL @TortURL end |
#WorkId ⇒ Object
630 631 632 |
# File 'lib/v20210624/models.rb', line 630 def WorkId @WorkId end |
Instance Method Details
#deserialize(params) ⇒ Object
639 640 641 642 643 644 |
# File 'lib/v20210624/models.rb', line 639 def deserialize(params) @WorkId = params['WorkId'] @TortURL = params['TortURL'] @TortPlat = params['TortPlat'] @TortTitle = params['TortTitle'] end |