Class: TencentCloud::Chc::V20230418::CreateServerModelResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chc::V20230418::CreateServerModelResponse
- Defined in:
- lib/v20230418/models.rb
Overview
CreateServerModel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(devmodel = nil, version = nil, requestid = nil) ⇒ CreateServerModelResponse
constructor
A new instance of CreateServerModelResponse.
Constructor Details
#initialize(devmodel = nil, version = nil, requestid = nil) ⇒ CreateServerModelResponse
Returns a new instance of CreateServerModelResponse.
1018 1019 1020 1021 1022 |
# File 'lib/v20230418/models.rb', line 1018 def initialize(devmodel=nil, version=nil, requestid=nil) @DevModel = devmodel @Version = version @RequestId = requestid end |
Instance Attribute Details
#DevModel ⇒ Object
1016 1017 1018 |
# File 'lib/v20230418/models.rb', line 1016 def DevModel @DevModel end |
#RequestId ⇒ Object
1016 1017 1018 |
# File 'lib/v20230418/models.rb', line 1016 def RequestId @RequestId end |
#Version ⇒ Object
1016 1017 1018 |
# File 'lib/v20230418/models.rb', line 1016 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
1024 1025 1026 1027 1028 |
# File 'lib/v20230418/models.rb', line 1024 def deserialize(params) @DevModel = params['DevModel'] @Version = params['Version'] @RequestId = params['RequestId'] end |