Class: TencentCloud::Tione::V20211111::SubAccountInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::SubAccountInfo
- Defined in:
- lib/v20211111/models.rb
Overview
子账号信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, subuin = nil, subuinname = nil, linuxuid = nil, linuxgid = nil) ⇒ SubAccountInfo
constructor
A new instance of SubAccountInfo.
Constructor Details
#initialize(uin = nil, subuin = nil, subuinname = nil, linuxuid = nil, linuxgid = nil) ⇒ SubAccountInfo
Returns a new instance of SubAccountInfo.
9012 9013 9014 9015 9016 9017 9018 |
# File 'lib/v20211111/models.rb', line 9012 def initialize(uin=nil, subuin=nil, subuinname=nil, linuxuid=nil, linuxgid=nil) @Uin = uin @SubUin = subuin @SubUinName = subuinname @LinuxUid = linuxuid @LinuxGid = linuxgid end |
Instance Attribute Details
#LinuxGid ⇒ Object
9010 9011 9012 |
# File 'lib/v20211111/models.rb', line 9010 def LinuxGid @LinuxGid end |
#LinuxUid ⇒ Object
9010 9011 9012 |
# File 'lib/v20211111/models.rb', line 9010 def LinuxUid @LinuxUid end |
#SubUin ⇒ Object
9010 9011 9012 |
# File 'lib/v20211111/models.rb', line 9010 def SubUin @SubUin end |
#SubUinName ⇒ Object
9010 9011 9012 |
# File 'lib/v20211111/models.rb', line 9010 def SubUinName @SubUinName end |
#Uin ⇒ Object
9010 9011 9012 |
# File 'lib/v20211111/models.rb', line 9010 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
9020 9021 9022 9023 9024 9025 9026 |
# File 'lib/v20211111/models.rb', line 9020 def deserialize(params) @Uin = params['Uin'] @SubUin = params['SubUin'] @SubUinName = params['SubUinName'] @LinuxUid = params['LinuxUid'] @LinuxGid = params['LinuxGid'] end |