Class: TencentCloud::Sqlserver::V20180328::StartInstanceXEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::StartInstanceXEventResponse
- Defined in:
- lib/v20180328/models.rb
Overview
StartInstanceXEvent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartInstanceXEventResponse
constructor
A new instance of StartInstanceXEventResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartInstanceXEventResponse
Returns a new instance of StartInstanceXEventResponse.
11464 11465 11466 |
# File 'lib/v20180328/models.rb', line 11464 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11462 11463 11464 |
# File 'lib/v20180328/models.rb', line 11462 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11468 11469 11470 |
# File 'lib/v20180328/models.rb', line 11468 def deserialize(params) @RequestId = params['RequestId'] end |