Class: TencentCloud::Lowcode::V20210108::OrgResp

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

Overview

组织架构返回参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orgid = nil, orgname = nil, orgidentity = nil, level = nil, primarycolumn = nil) ⇒ OrgResp

Returns a new instance of OrgResp.



1409
1410
1411
1412
1413
1414
1415
# File 'lib/v20210108/models.rb', line 1409

def initialize(orgid=nil, orgname=nil, orgidentity=nil, level=nil, primarycolumn=nil)
  @OrgId = orgid
  @OrgName = orgname
  @OrgIdentity = orgidentity
  @Level = level
  @PrimaryColumn = primarycolumn
end

Instance Attribute Details

#LevelObject

Parameters:

  • OrgId:

    部门id

  • OrgName:

    部门名称

  • OrgIdentity:

    部门标识

  • Level:

    部门层级

  • PrimaryColumn:

    主键字段



1407
1408
1409
# File 'lib/v20210108/models.rb', line 1407

def Level
  @Level
end

#OrgIdObject

Parameters:

  • OrgId:

    部门id

  • OrgName:

    部门名称

  • OrgIdentity:

    部门标识

  • Level:

    部门层级

  • PrimaryColumn:

    主键字段



1407
1408
1409
# File 'lib/v20210108/models.rb', line 1407

def OrgId
  @OrgId
end

#OrgIdentityObject

Parameters:

  • OrgId:

    部门id

  • OrgName:

    部门名称

  • OrgIdentity:

    部门标识

  • Level:

    部门层级

  • PrimaryColumn:

    主键字段



1407
1408
1409
# File 'lib/v20210108/models.rb', line 1407

def OrgIdentity
  @OrgIdentity
end

#OrgNameObject

Parameters:

  • OrgId:

    部门id

  • OrgName:

    部门名称

  • OrgIdentity:

    部门标识

  • Level:

    部门层级

  • PrimaryColumn:

    主键字段



1407
1408
1409
# File 'lib/v20210108/models.rb', line 1407

def OrgName
  @OrgName
end

#PrimaryColumnObject

Parameters:

  • OrgId:

    部门id

  • OrgName:

    部门名称

  • OrgIdentity:

    部门标识

  • Level:

    部门层级

  • PrimaryColumn:

    主键字段



1407
1408
1409
# File 'lib/v20210108/models.rb', line 1407

def PrimaryColumn
  @PrimaryColumn
end

Instance Method Details

#deserialize(params) ⇒ Object



1417
1418
1419
1420
1421
1422
1423
# File 'lib/v20210108/models.rb', line 1417

def deserialize(params)
  @OrgId = params['OrgId']
  @OrgName = params['OrgName']
  @OrgIdentity = params['OrgIdentity']
  @Level = params['Level']
  @PrimaryColumn = params['PrimaryColumn']
end