Class: TencentCloud::Tcr::V20190924::CreateGCJobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::CreateGCJobResponse
- Defined in:
- lib/v20190924/models.rb
Overview
CreateGCJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateGCJobResponse
constructor
A new instance of CreateGCJobResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateGCJobResponse
Returns a new instance of CreateGCJobResponse.
373 374 375 |
# File 'lib/v20190924/models.rb', line 373 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
371 372 373 |
# File 'lib/v20190924/models.rb', line 371 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
377 378 379 |
# File 'lib/v20190924/models.rb', line 377 def deserialize(params) @RequestId = params['RequestId'] end |