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.
11120 11121 11122 11123 |
# File 'lib/v20190423/models.rb', line 11120 def initialize(productid=nil, modelschema=nil) @ProductId = productid @ModelSchema = modelschema end |
Instance Attribute Details
#ModelSchema ⇒ Object
11118 11119 11120 |
# File 'lib/v20190423/models.rb', line 11118 def ModelSchema @ModelSchema end |
#ProductId ⇒ Object
11118 11119 11120 |
# File 'lib/v20190423/models.rb', line 11118 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
11125 11126 11127 11128 |
# File 'lib/v20190423/models.rb', line 11125 def deserialize(params) @ProductId = params['ProductId'] @ModelSchema = params['ModelSchema'] end |