Class: TencentCloud::Iotexplorer::V20190423::DescribeProductCloudStorageAIServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeProductCloudStorageAIServiceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeProductCloudStorageAIService请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil) ⇒ DescribeProductCloudStorageAIServiceRequest
constructor
A new instance of DescribeProductCloudStorageAIServiceRequest.
Constructor Details
#initialize(productid = nil) ⇒ DescribeProductCloudStorageAIServiceRequest
Returns a new instance of DescribeProductCloudStorageAIServiceRequest.
6574 6575 6576 |
# File 'lib/v20190423/models.rb', line 6574 def initialize(productid=nil) @ProductId = productid end |
Instance Attribute Details
#ProductId ⇒ Object
6572 6573 6574 |
# File 'lib/v20190423/models.rb', line 6572 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
6578 6579 6580 |
# File 'lib/v20190423/models.rb', line 6578 def deserialize(params) @ProductId = params['ProductId'] end |