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.
6849 6850 6851 |
# File 'lib/v20180228/models.rb', line 6849 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6847 6848 6849 |
# File 'lib/v20180228/models.rb', line 6847 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6853 6854 6855 |
# File 'lib/v20180228/models.rb', line 6853 def deserialize(params) @RequestId = params['RequestId'] end |