Class: TencentCloud::Dasb::V20191018::ModifyUserGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::ModifyUserGroupRequest
- Defined in:
- lib/v20191018/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.
3905 3906 3907 3908 3909 |
# File 'lib/v20191018/models.rb', line 3905 def initialize(id=nil, name=nil, departmentid=nil) @Id = id @Name = name @DepartmentId = departmentid end |
Instance Attribute Details
#DepartmentId ⇒ Object
3903 3904 3905 |
# File 'lib/v20191018/models.rb', line 3903 def DepartmentId @DepartmentId end |
#Id ⇒ Object
3903 3904 3905 |
# File 'lib/v20191018/models.rb', line 3903 def Id @Id end |
#Name ⇒ Object
3903 3904 3905 |
# File 'lib/v20191018/models.rb', line 3903 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
3911 3912 3913 3914 3915 |
# File 'lib/v20191018/models.rb', line 3911 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @DepartmentId = params['DepartmentId'] end |