Class: TencentCloud::Dasb::V20191018::DepartmentManagerUser
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::DepartmentManagerUser
- Defined in:
- lib/v20191018/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.
1734 1735 1736 1737 |
# File 'lib/v20191018/models.rb', line 1734 def initialize(managerid=nil, managername=nil) @ManagerId = managerid @ManagerName = managername end |
Instance Attribute Details
#ManagerId ⇒ Object
1732 1733 1734 |
# File 'lib/v20191018/models.rb', line 1732 def ManagerId @ManagerId end |
#ManagerName ⇒ Object
1732 1733 1734 |
# File 'lib/v20191018/models.rb', line 1732 def ManagerName @ManagerName end |
Instance Method Details
#deserialize(params) ⇒ Object
1739 1740 1741 1742 |
# File 'lib/v20191018/models.rb', line 1739 def deserialize(params) @ManagerId = params['ManagerId'] @ManagerName = params['ManagerName'] end |