Class: TencentCloud::Iotexplorer::V20190423::DeleteProjectResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteProjectResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteProject返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteProjectResponse
constructor
A new instance of DeleteProjectResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteProjectResponse
Returns a new instance of DeleteProjectResponse.
3523 3524 3525 |
# File 'lib/v20190423/models.rb', line 3523 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3521 3522 3523 |
# File 'lib/v20190423/models.rb', line 3521 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3527 3528 3529 |
# File 'lib/v20190423/models.rb', line 3527 def deserialize(params) @RequestId = params['RequestId'] end |