Class: TencentCloud::Irp::V20220805::DislikeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Irp::V20220805::DislikeInfo
- Defined in:
- lib/v20220805/models.rb
Overview
不喜欢信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil) ⇒ DislikeInfo
constructor
A new instance of DislikeInfo.
Constructor Details
#initialize(type = nil, value = nil) ⇒ DislikeInfo
Returns a new instance of DislikeInfo.
114 115 116 117 |
# File 'lib/v20220805/models.rb', line 114 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
112 113 114 |
# File 'lib/v20220805/models.rb', line 112 def Type @Type end |
#Value ⇒ Object
112 113 114 |
# File 'lib/v20220805/models.rb', line 112 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
119 120 121 122 |
# File 'lib/v20220805/models.rb', line 119 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |