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.
11394 11395 11396 11397 |
# File 'lib/v20190423/models.rb', line 11394 def initialize(product=nil, requestid=nil) @Product = product @RequestId = requestid end |
Instance Attribute Details
#Product ⇒ Object
11392 11393 11394 |
# File 'lib/v20190423/models.rb', line 11392 def Product @Product end |
#RequestId ⇒ Object
11392 11393 11394 |
# File 'lib/v20190423/models.rb', line 11392 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11399 11400 11401 11402 11403 11404 11405 |
# File 'lib/v20190423/models.rb', line 11399 def deserialize(params) unless params['Product'].nil? @Product = ProductEntry.new @Product.deserialize(params['Product']) end @RequestId = params['RequestId'] end |