Class: TencentCloud::Ccc::V20200210::IMSatisfaction

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200210/models.rb

Overview

IM满意度

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IdObject

Parameters:

  • Id:

    满意度值

  • Label:

    满意度标签



5258
5259
5260
# File 'lib/v20200210/models.rb', line 5258

def Id
  @Id
end

#LabelObject

Parameters:

  • Id:

    满意度值

  • Label:

    满意度标签



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