Class: TencentCloud::Cdb::V20170320::DeleteTimeWindowResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DeleteTimeWindowResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DeleteTimeWindow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteTimeWindowResponse
constructor
A new instance of DeleteTimeWindowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteTimeWindowResponse
Returns a new instance of DeleteTimeWindowResponse.
4289 4290 4291 |
# File 'lib/v20170320/models.rb', line 4289 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4287 4288 4289 |
# File 'lib/v20170320/models.rb', line 4287 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4293 4294 4295 |
# File 'lib/v20170320/models.rb', line 4293 def deserialize(params) @RequestId = params['RequestId'] end |