Class: TencentCloud::Iotexplorer::V20190423::ModifyStudioProductResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyStudioProductResponse
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyStudioProduct返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(product = nil, requestid = nil) ⇒ ModifyStudioProductResponse
constructor
A new instance of ModifyStudioProductResponse.
Constructor Details
#initialize(product = nil, requestid = nil) ⇒ ModifyStudioProductResponse
Returns a new instance of ModifyStudioProductResponse.
11378 11379 11380 11381 |
# File 'lib/v20190423/models.rb', line 11378 def initialize(product=nil, requestid=nil) @Product = product @RequestId = requestid end |
Instance Attribute Details
#Product ⇒ Object
11376 11377 11378 |
# File 'lib/v20190423/models.rb', line 11376 def Product @Product end |
#RequestId ⇒ Object
11376 11377 11378 |
# File 'lib/v20190423/models.rb', line 11376 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11383 11384 11385 11386 11387 11388 11389 |
# File 'lib/v20190423/models.rb', line 11383 def deserialize(params) unless params['Product'].nil? @Product = ProductEntry.new @Product.deserialize(params['Product']) end @RequestId = params['RequestId'] end |