Class: TencentCloud::Dcdb::V20180411::FlushBinlogResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::FlushBinlogResponse
- Defined in:
- lib/v20180411/models.rb
Overview
FlushBinlog返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ FlushBinlogResponse
constructor
A new instance of FlushBinlogResponse.
Constructor Details
#initialize(requestid = nil) ⇒ FlushBinlogResponse
Returns a new instance of FlushBinlogResponse.
4465 4466 4467 |
# File 'lib/v20180411/models.rb', line 4465 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4463 4464 4465 |
# File 'lib/v20180411/models.rb', line 4463 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4469 4470 4471 |
# File 'lib/v20180411/models.rb', line 4469 def deserialize(params) @RequestId = params['RequestId'] end |