Class: TencentCloud::Cam::V20190116::GroupMemberInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::GroupMemberInfo
- Defined in:
- lib/v20190116/models.rb
Overview
用户组用户信息
Instance Attribute Summary collapse
-
#CountryCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Email ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EmailFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsReceiverOwner ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PhoneFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PhoneNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Uid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uid = nil, uin = nil, name = nil, phonenum = nil, countrycode = nil, phoneflag = nil, email = nil, emailflag = nil, usertype = nil, createtime = nil, isreceiverowner = nil, remark = nil) ⇒ GroupMemberInfo
constructor
A new instance of GroupMemberInfo.
Constructor Details
#initialize(uid = nil, uin = nil, name = nil, phonenum = nil, countrycode = nil, phoneflag = nil, email = nil, emailflag = nil, usertype = nil, createtime = nil, isreceiverowner = nil, remark = nil) ⇒ GroupMemberInfo
Returns a new instance of GroupMemberInfo.
2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/v20190116/models.rb', line 2989 def initialize(uid=nil, uin=nil, name=nil, phonenum=nil, countrycode=nil, phoneflag=nil, email=nil, emailflag=nil, usertype=nil, createtime=nil, isreceiverowner=nil, remark=nil) @Uid = uid @Uin = uin @Name = name @PhoneNum = phonenum @CountryCode = countrycode @PhoneFlag = phoneflag @Email = email @EmailFlag = emailflag @UserType = usertype @CreateTime = createtime @IsReceiverOwner = isreceiverowner @Remark = remark end |
Instance Attribute Details
#CountryCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def CountryCode @CountryCode end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def CreateTime @CreateTime end |
#Email ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def Email @Email end |
#EmailFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def EmailFlag @EmailFlag end |
#IsReceiverOwner ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def IsReceiverOwner @IsReceiverOwner end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def Name @Name end |
#PhoneFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def PhoneFlag @PhoneFlag end |
#PhoneNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def PhoneNum @PhoneNum end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def Remark @Remark end |
#Uid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def Uid @Uid end |
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def Uin @Uin end |
#UserType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2987 2988 2989 |
# File 'lib/v20190116/models.rb', line 2987 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/v20190116/models.rb', line 3004 def deserialize(params) @Uid = params['Uid'] @Uin = params['Uin'] @Name = params['Name'] @PhoneNum = params['PhoneNum'] @CountryCode = params['CountryCode'] @PhoneFlag = params['PhoneFlag'] @Email = params['Email'] @EmailFlag = params['EmailFlag'] @UserType = params['UserType'] @CreateTime = params['CreateTime'] @IsReceiverOwner = params['IsReceiverOwner'] @Remark = params['Remark'] end |