Class: TencentCloud::Eb::V20210416::UpdateTransformationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::UpdateTransformationResponse
- Defined in:
- lib/v20210416/models.rb
Overview
UpdateTransformation返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateTransformationResponse
constructor
A new instance of UpdateTransformationResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateTransformationResponse
Returns a new instance of UpdateTransformationResponse.
2731 2732 2733 |
# File 'lib/v20210416/models.rb', line 2731 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2729 2730 2731 |
# File 'lib/v20210416/models.rb', line 2729 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2735 2736 2737 |
# File 'lib/v20210416/models.rb', line 2735 def deserialize(params) @RequestId = params['RequestId'] end |