Class: TencentCloud::Bh::V20230418::DepartmentManagerUser
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::DepartmentManagerUser
- Defined in:
- lib/v20230418/models.rb
Overview
部门管理员信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(managerid = nil, managername = nil) ⇒ DepartmentManagerUser
constructor
A new instance of DepartmentManagerUser.
Constructor Details
#initialize(managerid = nil, managername = nil) ⇒ DepartmentManagerUser
Returns a new instance of DepartmentManagerUser.
2225 2226 2227 2228 |
# File 'lib/v20230418/models.rb', line 2225 def initialize(managerid=nil, managername=nil) @ManagerId = managerid @ManagerName = managername end |
Instance Attribute Details
#ManagerId ⇒ Object
2223 2224 2225 |
# File 'lib/v20230418/models.rb', line 2223 def ManagerId @ManagerId end |
#ManagerName ⇒ Object
2223 2224 2225 |
# File 'lib/v20230418/models.rb', line 2223 def ManagerName @ManagerName end |
Instance Method Details
#deserialize(params) ⇒ Object
2230 2231 2232 2233 |
# File 'lib/v20230418/models.rb', line 2230 def deserialize(params) @ManagerId = params['ManagerId'] @ManagerName = params['ManagerName'] end |