Class: TencentCloud::Emr::V20190103::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::TagInfo
- Defined in:
- lib/v20190103/models.rb
Overview
标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
14085 14086 14087 14088 |
# File 'lib/v20190103/models.rb', line 14085 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
14083 14084 14085 |
# File 'lib/v20190103/models.rb', line 14083 def Key @Key end |
#Value ⇒ Object
14083 14084 14085 |
# File 'lib/v20190103/models.rb', line 14083 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
14090 14091 14092 14093 |
# File 'lib/v20190103/models.rb', line 14090 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |