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
- #CreateTime ⇒ Object
- #Email ⇒ Object
- #EmailFlag ⇒ Object
- #IsReceiverOwner ⇒ Object
- #Name ⇒ Object
- #PhoneFlag ⇒ Object
- #PhoneNum ⇒ Object
- #Uid ⇒ Object
- #Uin ⇒ Object
- #UserType ⇒ Object
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) ⇒ 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) ⇒ GroupMemberInfo
Returns a new instance of GroupMemberInfo.
2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'lib/v20190116/models.rb', line 2962 def initialize(uid=nil, uin=nil, name=nil, phonenum=nil, countrycode=nil, phoneflag=nil, email=nil, emailflag=nil, usertype=nil, createtime=nil, isreceiverowner=nil) @Uid = uid @Uin = uin @Name = name @PhoneNum = phonenum @CountryCode = countrycode @PhoneFlag = phoneflag @Email = email @EmailFlag = emailflag @UserType = usertype @CreateTime = createtime @IsReceiverOwner = isreceiverowner end |
Instance Attribute Details
#CountryCode ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def CountryCode @CountryCode end |
#CreateTime ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def CreateTime @CreateTime end |
#Email ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def Email @Email end |
#EmailFlag ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def EmailFlag @EmailFlag end |
#IsReceiverOwner ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def IsReceiverOwner @IsReceiverOwner end |
#Name ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def Name @Name end |
#PhoneFlag ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def PhoneFlag @PhoneFlag end |
#PhoneNum ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def PhoneNum @PhoneNum end |
#Uid ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def Uid @Uid end |
#Uin ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def Uin @Uin end |
#UserType ⇒ Object
2960 2961 2962 |
# File 'lib/v20190116/models.rb', line 2960 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 |
# File 'lib/v20190116/models.rb', line 2976 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'] end |