Class: TencentCloud::Dbbrain::V20210527::KillMySqlThreadsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::KillMySqlThreadsResponse
- Defined in:
- lib/v20210527/models.rb
Overview
KillMySqlThreads返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(threads = nil, sqlexecid = nil, requestid = nil) ⇒ KillMySqlThreadsResponse
constructor
A new instance of KillMySqlThreadsResponse.
Constructor Details
#initialize(threads = nil, sqlexecid = nil, requestid = nil) ⇒ KillMySqlThreadsResponse
Returns a new instance of KillMySqlThreadsResponse.
5837 5838 5839 5840 5841 |
# File 'lib/v20210527/models.rb', line 5837 def initialize(threads=nil, sqlexecid=nil, requestid=nil) @Threads = threads @SqlExecId = sqlexecid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5835 5836 5837 |
# File 'lib/v20210527/models.rb', line 5835 def RequestId @RequestId end |
#SqlExecId ⇒ Object
5835 5836 5837 |
# File 'lib/v20210527/models.rb', line 5835 def SqlExecId @SqlExecId end |
#Threads ⇒ Object
5835 5836 5837 |
# File 'lib/v20210527/models.rb', line 5835 def Threads @Threads end |
Instance Method Details
#deserialize(params) ⇒ Object
5843 5844 5845 5846 5847 |
# File 'lib/v20210527/models.rb', line 5843 def deserialize(params) @Threads = params['Threads'] @SqlExecId = params['SqlExecId'] @RequestId = params['RequestId'] end |