Class: TencentCloud::Mps::V20190612::EnableScheduleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::EnableScheduleResponse
- Defined in:
- lib/v20190612/models.rb
Overview
EnableSchedule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableScheduleResponse
constructor
A new instance of EnableScheduleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableScheduleResponse
Returns a new instance of EnableScheduleResponse.
16161 16162 16163 |
# File 'lib/v20190612/models.rb', line 16161 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16159 16160 16161 |
# File 'lib/v20190612/models.rb', line 16159 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16165 16166 16167 |
# File 'lib/v20190612/models.rb', line 16165 def deserialize(params) @RequestId = params['RequestId'] end |