Class: TencentCloud::Lowcode::V20210108::OrgResp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::OrgResp
- Defined in:
- lib/v20210108/models.rb
Overview
组织架构返回参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(orgid = nil, orgname = nil, orgidentity = nil, level = nil, primarycolumn = nil) ⇒ OrgResp
constructor
A new instance of OrgResp.
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
#Level ⇒ Object
1415 1416 1417 |
# File 'lib/v20210108/models.rb', line 1415 def Level @Level end |
#OrgId ⇒ Object
1415 1416 1417 |
# File 'lib/v20210108/models.rb', line 1415 def OrgId @OrgId end |
#OrgIdentity ⇒ Object
1415 1416 1417 |
# File 'lib/v20210108/models.rb', line 1415 def OrgIdentity @OrgIdentity end |
#OrgName ⇒ Object
1415 1416 1417 |
# File 'lib/v20210108/models.rb', line 1415 def OrgName @OrgName end |
#PrimaryColumn ⇒ Object
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 |