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.
4277 4278 4279 |
# File 'lib/v20170320/models.rb', line 4277 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4275 4276 4277 |
# File 'lib/v20170320/models.rb', line 4275 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4281 4282 4283 |
# File 'lib/v20170320/models.rb', line 4281 def deserialize(params) @RequestId = params['RequestId'] end |