Class: TencentCloud::Iotcloud::V20210408::DeleteProductResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DeleteProductResponse
- Defined in:
- lib/v20210408/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.
970 971 972 |
# File 'lib/v20210408/models.rb', line 970 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
968 969 970 |
# File 'lib/v20210408/models.rb', line 968 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
974 975 976 |
# File 'lib/v20210408/models.rb', line 974 def deserialize(params) @RequestId = params['RequestId'] end |