Class: TencentCloud::Eb::V20210416::OutputStructParam
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::OutputStructParam
- Defined in:
- lib/v20210416/models.rb
Overview
Transform输出参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil, valuetype = nil) ⇒ OutputStructParam
constructor
A new instance of OutputStructParam.
Constructor Details
#initialize(key = nil, value = nil, valuetype = nil) ⇒ OutputStructParam
Returns a new instance of OutputStructParam.
1835 1836 1837 1838 1839 |
# File 'lib/v20210416/models.rb', line 1835 def initialize(key=nil, value=nil, valuetype=nil) @Key = key @Value = value @ValueType = valuetype end |
Instance Attribute Details
#Key ⇒ Object
1833 1834 1835 |
# File 'lib/v20210416/models.rb', line 1833 def Key @Key end |
#Value ⇒ Object
1833 1834 1835 |
# File 'lib/v20210416/models.rb', line 1833 def Value @Value end |
#ValueType ⇒ Object
1833 1834 1835 |
# File 'lib/v20210416/models.rb', line 1833 def ValueType @ValueType end |
Instance Method Details
#deserialize(params) ⇒ Object
1841 1842 1843 1844 1845 |
# File 'lib/v20210416/models.rb', line 1841 def deserialize(params) @Key = params['Key'] @Value = params['Value'] @ValueType = params['ValueType'] end |