Class: TencentCloud::Eb::V20210416::GetTransformationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::GetTransformationRequest
- Defined in:
- lib/v20210416/models.rb
Overview
GetTransformation请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventbusid = nil, ruleid = nil, transformationid = nil) ⇒ GetTransformationRequest
constructor
A new instance of GetTransformationRequest.
Constructor Details
#initialize(eventbusid = nil, ruleid = nil, transformationid = nil) ⇒ GetTransformationRequest
Returns a new instance of GetTransformationRequest.
1334 1335 1336 1337 1338 |
# File 'lib/v20210416/models.rb', line 1334 def initialize(eventbusid=nil, ruleid=nil, transformationid=nil) @EventBusId = eventbusid @RuleId = ruleid @TransformationId = transformationid end |
Instance Attribute Details
#EventBusId ⇒ Object
1332 1333 1334 |
# File 'lib/v20210416/models.rb', line 1332 def EventBusId @EventBusId end |
#RuleId ⇒ Object
1332 1333 1334 |
# File 'lib/v20210416/models.rb', line 1332 def RuleId @RuleId end |
#TransformationId ⇒ Object
1332 1333 1334 |
# File 'lib/v20210416/models.rb', line 1332 def TransformationId @TransformationId end |
Instance Method Details
#deserialize(params) ⇒ Object
1340 1341 1342 1343 1344 |
# File 'lib/v20210416/models.rb', line 1340 def deserialize(params) @EventBusId = params['EventBusId'] @RuleId = params['RuleId'] @TransformationId = params['TransformationId'] end |