Class: TencentCloud::Cwp::V20180228::DeleteMachineClearHistoryResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteMachineClearHistoryResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteMachineClearHistory返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteMachineClearHistoryResponse
constructor
A new instance of DeleteMachineClearHistoryResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteMachineClearHistoryResponse
Returns a new instance of DeleteMachineClearHistoryResponse.
6828 6829 6830 |
# File 'lib/v20180228/models.rb', line 6828 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6826 6827 6828 |
# File 'lib/v20180228/models.rb', line 6826 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6832 6833 6834 |
# File 'lib/v20180228/models.rb', line 6832 def deserialize(params) @RequestId = params['RequestId'] end |