Class: TencentCloud::Eb::V20210416::CheckTransformationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::CheckTransformationResponse
- Defined in:
- lib/v20210416/models.rb
Overview
CheckTransformation返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(output = nil, requestid = nil) ⇒ CheckTransformationResponse
constructor
A new instance of CheckTransformationResponse.
Constructor Details
#initialize(output = nil, requestid = nil) ⇒ CheckTransformationResponse
Returns a new instance of CheckTransformationResponse.
112 113 114 115 |
# File 'lib/v20210416/models.rb', line 112 def initialize(output=nil, requestid=nil) @Output = output @RequestId = requestid end |
Instance Attribute Details
#Output ⇒ Object
110 111 112 |
# File 'lib/v20210416/models.rb', line 110 def Output @Output end |
#RequestId ⇒ Object
110 111 112 |
# File 'lib/v20210416/models.rb', line 110 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
117 118 119 120 |
# File 'lib/v20210416/models.rb', line 117 def deserialize(params) @Output = params['Output'] @RequestId = params['RequestId'] end |