Class: TencentCloud::Bma::V20210624::CreateCRDesktopCodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRDesktopCodeResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRDesktopCode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateCRDesktopCodeResponse
constructor
A new instance of CreateCRDesktopCodeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateCRDesktopCodeResponse
Returns a new instance of CreateCRDesktopCodeResponse.
455 456 457 |
# File 'lib/v20210624/models.rb', line 455 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
453 454 455 |
# File 'lib/v20210624/models.rb', line 453 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
459 460 461 |
# File 'lib/v20210624/models.rb', line 459 def deserialize(params) @RequestId = params['RequestId'] end |