Class: TencentCloud::Batch::V20170312::DeleteComputeEnvResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::DeleteComputeEnvResponse
- Defined in:
- lib/v20170312/models.rb
Overview
DeleteComputeEnv返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteComputeEnvResponse
constructor
A new instance of DeleteComputeEnvResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteComputeEnvResponse
Returns a new instance of DeleteComputeEnvResponse.
758 759 760 |
# File 'lib/v20170312/models.rb', line 758 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
756 757 758 |
# File 'lib/v20170312/models.rb', line 756 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
762 763 764 |
# File 'lib/v20170312/models.rb', line 762 def deserialize(params) @RequestId = params['RequestId'] end |