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.
9410 9411 9412 9413 |
# File 'lib/v20190612/models.rb', line 9410 def initialize(scheduleid=nil, requestid=nil) @ScheduleId = scheduleid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9408 9409 9410 |
# File 'lib/v20190612/models.rb', line 9408 def RequestId @RequestId end |
#ScheduleId ⇒ Object
9408 9409 9410 |
# File 'lib/v20190612/models.rb', line 9408 def ScheduleId @ScheduleId end |
Instance Method Details
#deserialize(params) ⇒ Object
9415 9416 9417 9418 |
# File 'lib/v20190612/models.rb', line 9415 def deserialize(params) @ScheduleId = params['ScheduleId'] @RequestId = params['RequestId'] end |