Class: TencentCloud::Ccc::V20200210::IMSatisfaction
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::IMSatisfaction
- Defined in:
- lib/v20200210/models.rb
Overview
IM满意度
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, label = nil) ⇒ IMSatisfaction
constructor
A new instance of IMSatisfaction.
Constructor Details
#initialize(id = nil, label = nil) ⇒ IMSatisfaction
Returns a new instance of IMSatisfaction.
5260 5261 5262 5263 |
# File 'lib/v20200210/models.rb', line 5260 def initialize(id=nil, label=nil) @Id = id @Label = label end |
Instance Attribute Details
#Id ⇒ Object
5258 5259 5260 |
# File 'lib/v20200210/models.rb', line 5258 def Id @Id end |
#Label ⇒ Object
5258 5259 5260 |
# File 'lib/v20200210/models.rb', line 5258 def Label @Label end |
Instance Method Details
#deserialize(params) ⇒ Object
5265 5266 5267 5268 |
# File 'lib/v20200210/models.rb', line 5265 def deserialize(params) @Id = params['Id'] @Label = params['Label'] end |