Class: TencentCloud::Bh::V20230418::ModifyUserGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::ModifyUserGroupRequest
- Defined in:
- lib/v20230418/models.rb
Overview
ModifyUserGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, departmentid = nil) ⇒ ModifyUserGroupRequest
constructor
A new instance of ModifyUserGroupRequest.
Constructor Details
#initialize(id = nil, name = nil, departmentid = nil) ⇒ ModifyUserGroupRequest
Returns a new instance of ModifyUserGroupRequest.
5924 5925 5926 5927 5928 |
# File 'lib/v20230418/models.rb', line 5924 def initialize(id=nil, name=nil, departmentid=nil) @Id = id @Name = name @DepartmentId = departmentid end |
Instance Attribute Details
#DepartmentId ⇒ Object
5922 5923 5924 |
# File 'lib/v20230418/models.rb', line 5922 def DepartmentId @DepartmentId end |
#Id ⇒ Object
5922 5923 5924 |
# File 'lib/v20230418/models.rb', line 5922 def Id @Id end |
#Name ⇒ Object
5922 5923 5924 |
# File 'lib/v20230418/models.rb', line 5922 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5930 5931 5932 5933 5934 |
# File 'lib/v20230418/models.rb', line 5930 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @DepartmentId = params['DepartmentId'] end |