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.
11720 11721 11722 |
# File 'lib/v20170320/models.rb', line 11720 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11718 11719 11720 |
# File 'lib/v20170320/models.rb', line 11718 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11724 11725 11726 |
# File 'lib/v20170320/models.rb', line 11724 def deserialize(params) @RequestId = params['RequestId'] end |