Class: TencentCloud::Batch::V20170312::SubmitJobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::SubmitJobResponse
- Defined in:
- lib/v20170312/models.rb
Overview
SubmitJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobid = nil, requestid = nil) ⇒ SubmitJobResponse
constructor
A new instance of SubmitJobResponse.
Constructor Details
#initialize(jobid = nil, requestid = nil) ⇒ SubmitJobResponse
Returns a new instance of SubmitJobResponse.
3589 3590 3591 3592 |
# File 'lib/v20170312/models.rb', line 3589 def initialize(jobid=nil, requestid=nil) @JobId = jobid @RequestId = requestid end |
Instance Attribute Details
#JobId ⇒ Object
3587 3588 3589 |
# File 'lib/v20170312/models.rb', line 3587 def JobId @JobId end |
#RequestId ⇒ Object
3587 3588 3589 |
# File 'lib/v20170312/models.rb', line 3587 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3594 3595 3596 3597 |
# File 'lib/v20170312/models.rb', line 3594 def deserialize(params) @JobId = params['JobId'] @RequestId = params['RequestId'] end |