class TencentCloud::Emr::V20190103::FlowParamsDesc

任务参数描述

def deserialize(params)

def deserialize(params)
  @PKey = params['PKey']
  @PValue = params['PValue']
end

def initialize(pkey=nil, pvalue=nil)

def initialize(pkey=nil, pvalue=nil)
  @PKey = pkey
  @PValue = pvalue
end