Class: TencentCloud::Emr::V20190103::FlowParam
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::FlowParam
- Defined in:
- lib/v20190103/models.rb
Overview
FlowParam流程参数
Instance Attribute Summary collapse
-
#FKey ⇒ Object
TraceId:通过TraceId查询 FlowId: 通过FlowId查询.
-
#FValue ⇒ Object
TraceId:通过TraceId查询 FlowId: 通过FlowId查询.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fkey = nil, fvalue = nil) ⇒ FlowParam
constructor
A new instance of FlowParam.
Constructor Details
#initialize(fkey = nil, fvalue = nil) ⇒ FlowParam
Returns a new instance of FlowParam.
6933 6934 6935 6936 |
# File 'lib/v20190103/models.rb', line 6933 def initialize(fkey=nil, fvalue=nil) @FKey = fkey @FValue = fvalue end |
Instance Attribute Details
#FKey ⇒ Object
TraceId:通过TraceId查询 FlowId: 通过FlowId查询
6931 6932 6933 |
# File 'lib/v20190103/models.rb', line 6931 def FKey @FKey end |
#FValue ⇒ Object
TraceId:通过TraceId查询 FlowId: 通过FlowId查询
6931 6932 6933 |
# File 'lib/v20190103/models.rb', line 6931 def FValue @FValue end |
Instance Method Details
#deserialize(params) ⇒ Object
6938 6939 6940 6941 |
# File 'lib/v20190103/models.rb', line 6938 def deserialize(params) @FKey = params['FKey'] @FValue = params['FValue'] end |