Class: TencentCloud::Iotcloud::V20180614::DeleteProductResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DeleteProductResponse
- Defined in:
- lib/v20180614/models.rb
Overview
DeleteProduct返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteProductResponse
constructor
A new instance of DeleteProductResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteProductResponse
Returns a new instance of DeleteProductResponse.
996 997 998 |
# File 'lib/v20180614/models.rb', line 996 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
994 995 996 |
# File 'lib/v20180614/models.rb', line 994 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1000 1001 1002 |
# File 'lib/v20180614/models.rb', line 1000 def deserialize(params) @RequestId = params['RequestId'] end |