Class: TencentCloud::Iotexplorer::V20190423::ModifyModelDefinitionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyModelDefinitionRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyModelDefinition请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, modelschema = nil) ⇒ ModifyModelDefinitionRequest
constructor
A new instance of ModifyModelDefinitionRequest.
Constructor Details
#initialize(productid = nil, modelschema = nil) ⇒ ModifyModelDefinitionRequest
Returns a new instance of ModifyModelDefinitionRequest.
11104 11105 11106 11107 |
# File 'lib/v20190423/models.rb', line 11104 def initialize(productid=nil, modelschema=nil) @ProductId = productid @ModelSchema = modelschema end |
Instance Attribute Details
#ModelSchema ⇒ Object
11102 11103 11104 |
# File 'lib/v20190423/models.rb', line 11102 def ModelSchema @ModelSchema end |
#ProductId ⇒ Object
11102 11103 11104 |
# File 'lib/v20190423/models.rb', line 11102 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
11109 11110 11111 11112 |
# File 'lib/v20190423/models.rb', line 11109 def deserialize(params) @ProductId = params['ProductId'] @ModelSchema = params['ModelSchema'] end |