Class: TencentCloud::Bh::V20230418::UserOrg

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

Overview

同步的ioa用户组织信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orgid = nil, orgname = nil, orgidpath = nil, orgnamepath = nil, usertotal = nil) ⇒ UserOrg

Returns a new instance of UserOrg.



8145
8146
8147
8148
8149
8150
8151
# File 'lib/v20230418/models.rb', line 8145

def initialize(orgid=nil, orgname=nil, orgidpath=nil, orgnamepath=nil, usertotal=nil)
  @OrgId = orgid
  @OrgName = orgname
  @OrgIdPath = orgidpath
  @OrgNamePath = orgnamepath
  @UserTotal = usertotal
end

Instance Attribute Details

#OrgIdObject

Parameters:

  • OrgId:

    ioa用户组织id

  • OrgName:

    ioa用户组织名称

  • OrgIdPath:

    ioa用户组织id路径

  • OrgNamePath:

    ioa用户组织名称路径

  • UserTotal:

    ioa用户组织id下的用户数



8143
8144
8145
# File 'lib/v20230418/models.rb', line 8143

def OrgId
  @OrgId
end

#OrgIdPathObject

Parameters:

  • OrgId:

    ioa用户组织id

  • OrgName:

    ioa用户组织名称

  • OrgIdPath:

    ioa用户组织id路径

  • OrgNamePath:

    ioa用户组织名称路径

  • UserTotal:

    ioa用户组织id下的用户数



8143
8144
8145
# File 'lib/v20230418/models.rb', line 8143

def OrgIdPath
  @OrgIdPath
end

#OrgNameObject

Parameters:

  • OrgId:

    ioa用户组织id

  • OrgName:

    ioa用户组织名称

  • OrgIdPath:

    ioa用户组织id路径

  • OrgNamePath:

    ioa用户组织名称路径

  • UserTotal:

    ioa用户组织id下的用户数



8143
8144
8145
# File 'lib/v20230418/models.rb', line 8143

def OrgName
  @OrgName
end

#OrgNamePathObject

Parameters:

  • OrgId:

    ioa用户组织id

  • OrgName:

    ioa用户组织名称

  • OrgIdPath:

    ioa用户组织id路径

  • OrgNamePath:

    ioa用户组织名称路径

  • UserTotal:

    ioa用户组织id下的用户数



8143
8144
8145
# File 'lib/v20230418/models.rb', line 8143

def OrgNamePath
  @OrgNamePath
end

#UserTotalObject

Parameters:

  • OrgId:

    ioa用户组织id

  • OrgName:

    ioa用户组织名称

  • OrgIdPath:

    ioa用户组织id路径

  • OrgNamePath:

    ioa用户组织名称路径

  • UserTotal:

    ioa用户组织id下的用户数



8143
8144
8145
# File 'lib/v20230418/models.rb', line 8143

def UserTotal
  @UserTotal
end

Instance Method Details

#deserialize(params) ⇒ Object



8153
8154
8155
8156
8157
8158
8159
# File 'lib/v20230418/models.rb', line 8153

def deserialize(params)
  @OrgId = params['OrgId']
  @OrgName = params['OrgName']
  @OrgIdPath = params['OrgIdPath']
  @OrgNamePath = params['OrgNamePath']
  @UserTotal = params['UserTotal']
end