Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageAIServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ResetCloudStorageAIServiceResponse
- Defined in:
- lib/v20190423/models.rb
Overview
ResetCloudStorageAIService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetCloudStorageAIServiceResponse
constructor
A new instance of ResetCloudStorageAIServiceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetCloudStorageAIServiceResponse
Returns a new instance of ResetCloudStorageAIServiceResponse.
12703 12704 12705 |
# File 'lib/v20190423/models.rb', line 12703 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12701 12702 12703 |
# File 'lib/v20190423/models.rb', line 12701 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12707 12708 12709 |
# File 'lib/v20190423/models.rb', line 12707 def deserialize(params) @RequestId = params['RequestId'] end |