Class: TencentCloud::Lcic::V20220817::ClassScoreItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::ClassScoreItem
- Defined in:
- lib/v20220817/models.rb
Overview
课堂评分字段
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roomid = nil, userid = nil, createtime = nil, score = nil, scoremsg = nil) ⇒ ClassScoreItem
constructor
A new instance of ClassScoreItem.
Constructor Details
#initialize(roomid = nil, userid = nil, createtime = nil, score = nil, scoremsg = nil) ⇒ ClassScoreItem
Returns a new instance of ClassScoreItem.
651 652 653 654 655 656 657 |
# File 'lib/v20220817/models.rb', line 651 def initialize(roomid=nil, userid=nil, createtime=nil, score=nil, scoremsg=nil) @RoomId = roomid @UserId = userid @CreateTime = createtime @Score = score @ScoreMsg = scoremsg end |
Instance Attribute Details
#CreateTime ⇒ Object
649 650 651 |
# File 'lib/v20220817/models.rb', line 649 def CreateTime @CreateTime end |
#RoomId ⇒ Object
649 650 651 |
# File 'lib/v20220817/models.rb', line 649 def RoomId @RoomId end |
#Score ⇒ Object
649 650 651 |
# File 'lib/v20220817/models.rb', line 649 def Score @Score end |
#ScoreMsg ⇒ Object
649 650 651 |
# File 'lib/v20220817/models.rb', line 649 def ScoreMsg @ScoreMsg end |
#UserId ⇒ Object
649 650 651 |
# File 'lib/v20220817/models.rb', line 649 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
659 660 661 662 663 664 665 |
# File 'lib/v20220817/models.rb', line 659 def deserialize(params) @RoomId = params['RoomId'] @UserId = params['UserId'] @CreateTime = params['CreateTime'] @Score = params['Score'] @ScoreMsg = params['ScoreMsg'] end |