Class: TencentCloud::Lcic::V20220817::MemberRecord
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::MemberRecord
- Defined in:
- lib/v20220817/models.rb
Overview
成员记录信息。
Instance Attribute Summary collapse
-
#AnswerQuestions ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Camera ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CurrentState ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Device ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FirstJoinTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#GroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#HandUps ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IPAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#LastQuitTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Location ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Mic ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PerMemberMessageCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PerMemberMicCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PresentTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Rewords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Role ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Silence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Stage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SubGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userid = nil, username = nil, presenttime = nil, camera = nil, mic = nil, silence = nil, answerquestions = nil, handups = nil, firstjointimestamp = nil, lastquittimestamp = nil, rewords = nil, ipaddress = nil, location = nil, device = nil, permembermiccount = nil, permembermessagecount = nil, role = nil, groupid = nil, subgroupid = nil, stage = nil, currentstate = nil) ⇒ MemberRecord
constructor
A new instance of MemberRecord.
Constructor Details
#initialize(userid = nil, username = nil, presenttime = nil, camera = nil, mic = nil, silence = nil, answerquestions = nil, handups = nil, firstjointimestamp = nil, lastquittimestamp = nil, rewords = nil, ipaddress = nil, location = nil, device = nil, permembermiccount = nil, permembermessagecount = nil, role = nil, groupid = nil, subgroupid = nil, stage = nil, currentstate = nil) ⇒ MemberRecord
Returns a new instance of MemberRecord.
3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'lib/v20220817/models.rb', line 3860 def initialize(userid=nil, username=nil, presenttime=nil, camera=nil, mic=nil, silence=nil, answerquestions=nil, handups=nil, =nil, =nil, rewords=nil, ipaddress=nil, location=nil, device=nil, permembermiccount=nil, =nil, role=nil, groupid=nil, subgroupid=nil, stage=nil, currentstate=nil) @UserId = userid @UserName = username @PresentTime = presenttime @Camera = camera @Mic = mic @Silence = silence @AnswerQuestions = answerquestions @HandUps = handups @FirstJoinTimestamp = @LastQuitTimestamp = @Rewords = rewords @IPAddress = ipaddress @Location = location @Device = device @PerMemberMicCount = permembermiccount @PerMemberMessageCount = @Role = role @GroupId = groupid @SubGroupId = subgroupid @Stage = stage @CurrentState = currentstate end |
Instance Attribute Details
#AnswerQuestions ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def AnswerQuestions @AnswerQuestions end |
#Camera ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Camera @Camera end |
#CurrentState ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def CurrentState @CurrentState end |
#Device ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Device @Device end |
#FirstJoinTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def FirstJoinTimestamp @FirstJoinTimestamp end |
#GroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def GroupId @GroupId end |
#HandUps ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def HandUps @HandUps end |
#IPAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def IPAddress @IPAddress end |
#LastQuitTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def LastQuitTimestamp @LastQuitTimestamp end |
#Location ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Location @Location end |
#Mic ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Mic @Mic end |
#PerMemberMessageCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def PerMemberMessageCount @PerMemberMessageCount end |
#PerMemberMicCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def PerMemberMicCount @PerMemberMicCount end |
#PresentTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def PresentTime @PresentTime end |
#Rewords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Rewords @Rewords end |
#Role ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Role @Role end |
#Silence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Silence @Silence end |
#Stage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def Stage @Stage end |
#SubGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def SubGroupId @SubGroupId end |
#UserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def UserId @UserId end |
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3858 3859 3860 |
# File 'lib/v20220817/models.rb', line 3858 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'lib/v20220817/models.rb', line 3884 def deserialize(params) @UserId = params['UserId'] @UserName = params['UserName'] @PresentTime = params['PresentTime'] @Camera = params['Camera'] @Mic = params['Mic'] @Silence = params['Silence'] @AnswerQuestions = params['AnswerQuestions'] @HandUps = params['HandUps'] @FirstJoinTimestamp = params['FirstJoinTimestamp'] @LastQuitTimestamp = params['LastQuitTimestamp'] @Rewords = params['Rewords'] @IPAddress = params['IPAddress'] @Location = params['Location'] @Device = params['Device'] @PerMemberMicCount = params['PerMemberMicCount'] @PerMemberMessageCount = params['PerMemberMessageCount'] @Role = params['Role'] @GroupId = params['GroupId'] @SubGroupId = params['SubGroupId'] @Stage = params['Stage'] @CurrentState = params['CurrentState'] end |