Class: TencentCloud::Tione::V20211111::SubAccountInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211111/models.rb

Overview

子账号信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LinuxGidObject

Parameters:

  • Uin:

    腾讯云主账号UIN

  • SubUin:

    腾讯云子账号UIN

  • SubUinName:

    子账号名称

  • LinuxUid:

    子账号在Linux下的UID

  • LinuxGid:

    子账号在Linux下的GID



9010
9011
9012
# File 'lib/v20211111/models.rb', line 9010

def LinuxGid
  @LinuxGid
end

#LinuxUidObject

Parameters:

  • Uin:

    腾讯云主账号UIN

  • SubUin:

    腾讯云子账号UIN

  • SubUinName:

    子账号名称

  • LinuxUid:

    子账号在Linux下的UID

  • LinuxGid:

    子账号在Linux下的GID



9010
9011
9012
# File 'lib/v20211111/models.rb', line 9010

def LinuxUid
  @LinuxUid
end

#SubUinObject

Parameters:

  • Uin:

    腾讯云主账号UIN

  • SubUin:

    腾讯云子账号UIN

  • SubUinName:

    子账号名称

  • LinuxUid:

    子账号在Linux下的UID

  • LinuxGid:

    子账号在Linux下的GID



9010
9011
9012
# File 'lib/v20211111/models.rb', line 9010

def SubUin
  @SubUin
end

#SubUinNameObject

Parameters:

  • Uin:

    腾讯云主账号UIN

  • SubUin:

    腾讯云子账号UIN

  • SubUinName:

    子账号名称

  • LinuxUid:

    子账号在Linux下的UID

  • LinuxGid:

    子账号在Linux下的GID



9010
9011
9012
# File 'lib/v20211111/models.rb', line 9010

def SubUinName
  @SubUinName
end

#UinObject

Parameters:

  • Uin:

    腾讯云主账号UIN

  • SubUin:

    腾讯云子账号UIN

  • SubUinName:

    子账号名称

  • LinuxUid:

    子账号在Linux下的UID

  • LinuxGid:

    子账号在Linux下的GID



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