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
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
#Level ⇒ Object
1407 1408 1409 |
# File 'lib/v20210108/models.rb', line 1407 def Level @Level end |
#OrgId ⇒ Object
1407 1408 1409 |
# File 'lib/v20210108/models.rb', line 1407 def OrgId @OrgId end |
#OrgIdentity ⇒ Object
1407 1408 1409 |
# File 'lib/v20210108/models.rb', line 1407 def OrgIdentity @OrgIdentity end |
#OrgName ⇒ Object
1407 1408 1409 |
# File 'lib/v20210108/models.rb', line 1407 def OrgName @OrgName end |
#PrimaryColumn ⇒ Object
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 |