Class: TencentCloud::Emr::V20190103::FlowParam

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190103/models.rb

Overview

FlowParam流程参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FKeyObject

TraceId:通过TraceId查询 FlowId: 通过FlowId查询

Parameters:

  • 流程参数key

  • 参数value



6931
6932
6933
# File 'lib/v20190103/models.rb', line 6931

def FKey
  @FKey
end

#FValueObject

TraceId:通过TraceId查询 FlowId: 通过FlowId查询

Parameters:

  • 流程参数key

  • 参数value



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