Class: TencentCloud::Emr::V20190103::FlowParamsDesc
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::FlowParamsDesc
- Defined in:
- lib/v20190103/models.rb
Overview
任务参数描述
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pkey = nil, pvalue = nil) ⇒ FlowParamsDesc
constructor
A new instance of FlowParamsDesc.
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
#PKey ⇒ Object
6951 6952 6953 |
# File 'lib/v20190103/models.rb', line 6951 def PKey @PKey end |
#PValue ⇒ Object
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 |