Class: TencentCloud::Cam::V20190116::SubAccountInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::SubAccountInfo
- Defined in:
- lib/v20190116/models.rb
Overview
子用户信息
Instance Attribute Summary collapse
-
#ConsoleLogin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CountryCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Email ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#NickName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PhoneNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Uid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, name = nil, uid = nil, remark = nil, consolelogin = nil, phonenum = nil, countrycode = nil, email = nil, createtime = nil, nickname = nil) ⇒ SubAccountInfo
constructor
A new instance of SubAccountInfo.
Constructor Details
#initialize(uin = nil, name = nil, uid = nil, remark = nil, consolelogin = nil, phonenum = nil, countrycode = nil, email = nil, createtime = nil, nickname = nil) ⇒ SubAccountInfo
Returns a new instance of SubAccountInfo.
4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 |
# File 'lib/v20190116/models.rb', line 4731 def initialize(uin=nil, name=nil, uid=nil, remark=nil, consolelogin=nil, phonenum=nil, countrycode=nil, email=nil, createtime=nil, nickname=nil) @Uin = uin @Name = name @Uid = uid @Remark = remark @ConsoleLogin = consolelogin @PhoneNum = phonenum @CountryCode = countrycode @Email = email @CreateTime = createtime @NickName = nickname end |
Instance Attribute Details
#ConsoleLogin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def ConsoleLogin @ConsoleLogin end |
#CountryCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def CountryCode @CountryCode end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def CreateTime @CreateTime end |
#Email ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def Email @Email end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def Name @Name end |
#NickName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def NickName @NickName end |
#PhoneNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def PhoneNum @PhoneNum end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def Remark @Remark end |
#Uid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def Uid @Uid end |
#Uin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4729 4730 4731 |
# File 'lib/v20190116/models.rb', line 4729 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 |
# File 'lib/v20190116/models.rb', line 4744 def deserialize(params) @Uin = params['Uin'] @Name = params['Name'] @Uid = params['Uid'] @Remark = params['Remark'] @ConsoleLogin = params['ConsoleLogin'] @PhoneNum = params['PhoneNum'] @CountryCode = params['CountryCode'] @Email = params['Email'] @CreateTime = params['CreateTime'] @NickName = params['NickName'] end |