Class: TencentCloud::Iotcloud::V20210408::DeleteProductRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DeleteProductRequest
- Defined in:
- lib/v20210408/models.rb
Overview
DeleteProduct请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, skey = nil) ⇒ DeleteProductRequest
constructor
A new instance of DeleteProductRequest.
Constructor Details
#initialize(productid = nil, skey = nil) ⇒ DeleteProductRequest
Returns a new instance of DeleteProductRequest.
952 953 954 955 |
# File 'lib/v20210408/models.rb', line 952 def initialize(productid=nil, skey=nil) @ProductId = productid @Skey = skey end |
Instance Attribute Details
#ProductId ⇒ Object
950 951 952 |
# File 'lib/v20210408/models.rb', line 950 def ProductId @ProductId end |
#Skey ⇒ Object
950 951 952 |
# File 'lib/v20210408/models.rb', line 950 def Skey @Skey end |
Instance Method Details
#deserialize(params) ⇒ Object
957 958 959 960 |
# File 'lib/v20210408/models.rb', line 957 def deserialize(params) @ProductId = params['ProductId'] @Skey = params['Skey'] end |