Class: TencentCloud::Cdb::V20170320::ModifyTimeWindowResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyTimeWindowResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyTimeWindow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyTimeWindowResponse
constructor
A new instance of ModifyTimeWindowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyTimeWindowResponse
Returns a new instance of ModifyTimeWindowResponse.
11601 11602 11603 |
# File 'lib/v20170320/models.rb', line 11601 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11599 11600 11601 |
# File 'lib/v20170320/models.rb', line 11599 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11605 11606 11607 |
# File 'lib/v20170320/models.rb', line 11605 def deserialize(params) @RequestId = params['RequestId'] end |