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.
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 |
# File 'lib/v20220817/models.rb', line 3924 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,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def AnswerQuestions @AnswerQuestions end |
#Camera ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Camera @Camera end |
#CurrentState ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def CurrentState @CurrentState end |
#Device ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Device @Device end |
#FirstJoinTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def FirstJoinTimestamp @FirstJoinTimestamp end |
#GroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def GroupId @GroupId end |
#HandUps ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def HandUps @HandUps end |
#IPAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def IPAddress @IPAddress end |
#LastQuitTimestamp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def LastQuitTimestamp @LastQuitTimestamp end |
#Location ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Location @Location end |
#Mic ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Mic @Mic end |
#PerMemberMessageCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def PerMemberMessageCount @PerMemberMessageCount end |
#PerMemberMicCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def PerMemberMicCount @PerMemberMicCount end |
#PresentTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def PresentTime @PresentTime end |
#Rewords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Rewords @Rewords end |
#Role ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Role @Role end |
#Silence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Silence @Silence end |
#Stage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def Stage @Stage end |
#SubGroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def SubGroupId @SubGroupId end |
#UserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def UserId @UserId end |
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3922 3923 3924 |
# File 'lib/v20220817/models.rb', line 3922 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/v20220817/models.rb', line 3948 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 |