Class: TencentCloud::Iotcloud::V20210408::GetAllVersionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::GetAllVersionRequest
- Defined in:
- lib/v20210408/models.rb
Overview
GetAllVersion请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil) ⇒ GetAllVersionRequest
constructor
A new instance of GetAllVersionRequest.
Constructor Details
#initialize(productid = nil) ⇒ GetAllVersionRequest
Returns a new instance of GetAllVersionRequest.
3052 3053 3054 |
# File 'lib/v20210408/models.rb', line 3052 def initialize(productid=nil) @ProductId = productid end |
Instance Attribute Details
#ProductId ⇒ Object
3050 3051 3052 |
# File 'lib/v20210408/models.rb', line 3050 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
3056 3057 3058 |
# File 'lib/v20210408/models.rb', line 3056 def deserialize(params) @ProductId = params['ProductId'] end |