Class: TencentCloud::Emr::V20190103::FlowParamsDesc

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

Overview

任务参数描述

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pkey = nil, pvalue = nil) ⇒ FlowParamsDesc

Returns a new instance of FlowParamsDesc.



6953
6954
6955
6956
# File 'lib/v20190103/models.rb', line 6953

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

Instance Attribute Details

#PKeyObject

Parameters:

  • 参数key

  • 参数value



6951
6952
6953
# File 'lib/v20190103/models.rb', line 6951

def PKey
  @PKey
end

#PValueObject

Parameters:

  • 参数key

  • 参数value



6951
6952
6953
# File 'lib/v20190103/models.rb', line 6951

def PValue
  @PValue
end

Instance Method Details

#deserialize(params) ⇒ Object



6958
6959
6960
6961
# File 'lib/v20190103/models.rb', line 6958

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