Class: TencentCloud::Iotexplorer::V20190423::DescribeProductCloudStorageAIServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeProductCloudStorageAIServiceResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeProductCloudStorageAIService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enabled = nil, available = nil, requestid = nil) ⇒ DescribeProductCloudStorageAIServiceResponse
constructor
A new instance of DescribeProductCloudStorageAIServiceResponse.
Constructor Details
#initialize(enabled = nil, available = nil, requestid = nil) ⇒ DescribeProductCloudStorageAIServiceResponse
Returns a new instance of DescribeProductCloudStorageAIServiceResponse.
6606 6607 6608 6609 6610 |
# File 'lib/v20190423/models.rb', line 6606 def initialize(enabled=nil, available=nil, requestid=nil) @Enabled = enabled @Available = available @RequestId = requestid end |
Instance Attribute Details
#Available ⇒ Object
6604 6605 6606 |
# File 'lib/v20190423/models.rb', line 6604 def Available @Available end |
#Enabled ⇒ Object
6604 6605 6606 |
# File 'lib/v20190423/models.rb', line 6604 def Enabled @Enabled end |
#RequestId ⇒ Object
6604 6605 6606 |
# File 'lib/v20190423/models.rb', line 6604 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6612 6613 6614 6615 6616 |
# File 'lib/v20190423/models.rb', line 6612 def deserialize(params) @Enabled = params['Enabled'] @Available = params['Available'] @RequestId = params['RequestId'] end |