Class: TencentCloud::Bh::V20230418::UserOrg
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::UserOrg
- Defined in:
- lib/v20230418/models.rb
Overview
同步的ioa用户组织信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(orgid = nil, orgname = nil, orgidpath = nil, orgnamepath = nil, usertotal = nil) ⇒ UserOrg
constructor
A new instance of UserOrg.
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
#OrgId ⇒ Object
8143 8144 8145 |
# File 'lib/v20230418/models.rb', line 8143 def OrgId @OrgId end |
#OrgIdPath ⇒ Object
8143 8144 8145 |
# File 'lib/v20230418/models.rb', line 8143 def OrgIdPath @OrgIdPath end |
#OrgName ⇒ Object
8143 8144 8145 |
# File 'lib/v20230418/models.rb', line 8143 def OrgName @OrgName end |
#OrgNamePath ⇒ Object
8143 8144 8145 |
# File 'lib/v20230418/models.rb', line 8143 def OrgNamePath @OrgNamePath end |
#UserTotal ⇒ Object
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 |