Class: TencentCloud::Mps::V20190612::CreateScheduleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateScheduleResponse
- Defined in:
- lib/v20190612/models.rb
Overview
CreateSchedule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(scheduleid = nil, requestid = nil) ⇒ CreateScheduleResponse
constructor
A new instance of CreateScheduleResponse.
Constructor Details
#initialize(scheduleid = nil, requestid = nil) ⇒ CreateScheduleResponse
Returns a new instance of CreateScheduleResponse.
8229 8230 8231 8232 |
# File 'lib/v20190612/models.rb', line 8229 def initialize(scheduleid=nil, requestid=nil) @ScheduleId = scheduleid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8227 8228 8229 |
# File 'lib/v20190612/models.rb', line 8227 def RequestId @RequestId end |
#ScheduleId ⇒ Object
8227 8228 8229 |
# File 'lib/v20190612/models.rb', line 8227 def ScheduleId @ScheduleId end |
Instance Method Details
#deserialize(params) ⇒ Object
8234 8235 8236 8237 |
# File 'lib/v20190612/models.rb', line 8234 def deserialize(params) @ScheduleId = params['ScheduleId'] @RequestId = params['RequestId'] end |