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.
6594 6595 6596 6597 6598 |
# File 'lib/v20190423/models.rb', line 6594 def initialize(enabled=nil, available=nil, requestid=nil) @Enabled = enabled @Available = available @RequestId = requestid end |
Instance Attribute Details
#Available ⇒ Object
6592 6593 6594 |
# File 'lib/v20190423/models.rb', line 6592 def Available @Available end |
#Enabled ⇒ Object
6592 6593 6594 |
# File 'lib/v20190423/models.rb', line 6592 def Enabled @Enabled end |
#RequestId ⇒ Object
6592 6593 6594 |
# File 'lib/v20190423/models.rb', line 6592 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6600 6601 6602 6603 6604 |
# File 'lib/v20190423/models.rb', line 6600 def deserialize(params) @Enabled = params['Enabled'] @Available = params['Available'] @RequestId = params['RequestId'] end |