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.
12687 12688 12689 |
# File 'lib/v20190423/models.rb', line 12687 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12685 12686 12687 |
# File 'lib/v20190423/models.rb', line 12685 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12691 12692 12693 |
# File 'lib/v20190423/models.rb', line 12691 def deserialize(params) @RequestId = params['RequestId'] end |