Class: TencentCloud::Emr::V20190103::UserInfoForUserManager

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190103/models.rb

Overview

添加的用户信息列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(username = nil, usergroup = nil, password = nil, remark = nil, groups = nil) ⇒ UserInfoForUserManager

Returns a new instance of UserInfoForUserManager.



14718
14719
14720
14721
14722
14723
14724
# File 'lib/v20190103/models.rb', line 14718

def initialize(username=nil, usergroup=nil, password=nil, remark=nil, groups=nil)
  @UserName = username
  @UserGroup = usergroup
  @PassWord = password
  @ReMark = remark
  @Groups = groups
end

Instance Attribute Details

#GroupsObject

Parameters:

  • 用户名

  • 用户所属的组

  • 密码

  • 备注

  • 用户副组



14716
14717
14718
# File 'lib/v20190103/models.rb', line 14716

def Groups
  @Groups
end

#PassWordObject

Parameters:

  • 用户名

  • 用户所属的组

  • 密码

  • 备注

  • 用户副组



14716
14717
14718
# File 'lib/v20190103/models.rb', line 14716

def PassWord
  @PassWord
end

#ReMarkObject

Parameters:

  • 用户名

  • 用户所属的组

  • 密码

  • 备注

  • 用户副组



14716
14717
14718
# File 'lib/v20190103/models.rb', line 14716

def ReMark
  @ReMark
end

#UserGroupObject

Parameters:

  • 用户名

  • 用户所属的组

  • 密码

  • 备注

  • 用户副组



14716
14717
14718
# File 'lib/v20190103/models.rb', line 14716

def UserGroup
  @UserGroup
end

#UserNameObject

Parameters:

  • 用户名

  • 用户所属的组

  • 密码

  • 备注

  • 用户副组



14716
14717
14718
# File 'lib/v20190103/models.rb', line 14716

def UserName
  @UserName
end

Instance Method Details

#deserialize(params) ⇒ Object



14726
14727
14728
14729
14730
14731
14732
# File 'lib/v20190103/models.rb', line 14726

def deserialize(params)
  @UserName = params['UserName']
  @UserGroup = params['UserGroup']
  @PassWord = params['PassWord']
  @ReMark = params['ReMark']
  @Groups = params['Groups']
end