Class: TencentCloud::Cam::V20190116::SubAccountUser
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::SubAccountUser
- Defined in:
- lib/v20190116/models.rb
Overview
子用户信息
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LastLoginIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LastLoginTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Uid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UserType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, name = nil, uid = nil, remark = nil, createtime = nil, usertype = nil, lastloginip = nil, lastlogintime = nil) ⇒ SubAccountUser
constructor
A new instance of SubAccountUser.
Constructor Details
#initialize(uin = nil, name = nil, uid = nil, remark = nil, createtime = nil, usertype = nil, lastloginip = nil, lastlogintime = nil) ⇒ SubAccountUser
Returns a new instance of SubAccountUser.
4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 |
# File 'lib/v20190116/models.rb', line 4781 def initialize(uin=nil, name=nil, uid=nil, remark=nil, createtime=nil, usertype=nil, lastloginip=nil, lastlogintime=nil) @Uin = uin @Name = name @Uid = uid @Remark = remark @CreateTime = createtime @UserType = usertype @LastLoginIp = lastloginip @LastLoginTime = lastlogintime end |
Instance Attribute Details
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def CreateTime @CreateTime end |
#LastLoginIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def LastLoginIp @LastLoginIp end |
#LastLoginTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def LastLoginTime @LastLoginTime end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def Name @Name end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def Remark @Remark end |
#Uid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def Uid @Uid end |
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def Uin @Uin end |
#UserType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4779 4780 4781 |
# File 'lib/v20190116/models.rb', line 4779 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 |
# File 'lib/v20190116/models.rb', line 4792 def deserialize(params) @Uin = params['Uin'] @Name = params['Name'] @Uid = params['Uid'] @Remark = params['Remark'] @CreateTime = params['CreateTime'] @UserType = params['UserType'] @LastLoginIp = params['LastLoginIp'] @LastLoginTime = params['LastLoginTime'] end |