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



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

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



1415
1416
1417
# File 'lib/v20210108/models.rb', line 1415

def Level
  @Level
end

#OrgIdObject



1415
1416
1417
# File 'lib/v20210108/models.rb', line 1415

def OrgId
  @OrgId
end

#OrgIdentityObject



1415
1416
1417
# File 'lib/v20210108/models.rb', line 1415

def OrgIdentity
  @OrgIdentity
end

#OrgNameObject



1415
1416
1417
# File 'lib/v20210108/models.rb', line 1415

def OrgName
  @OrgName
end

#PrimaryColumnObject



1415
1416
1417
# File 'lib/v20210108/models.rb', line 1415

def PrimaryColumn
  @PrimaryColumn
end

Instance Method Details

#deserialize(params) ⇒ Object



1425
1426
1427
1428
1429
1430
1431
# File 'lib/v20210108/models.rb', line 1425

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