Class: TencentCloud::Iotexplorer::V20190423::ModifyProductCloudStorageAIServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyProductCloudStorageAIServiceResponse
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyProductCloudStorageAIService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyProductCloudStorageAIServiceResponse
constructor
A new instance of ModifyProductCloudStorageAIServiceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyProductCloudStorageAIServiceResponse
Returns a new instance of ModifyProductCloudStorageAIServiceResponse.
11253 11254 11255 |
# File 'lib/v20190423/models.rb', line 11253 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11251 11252 11253 |
# File 'lib/v20190423/models.rb', line 11251 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11257 11258 11259 |
# File 'lib/v20190423/models.rb', line 11257 def deserialize(params) @RequestId = params['RequestId'] end |