Class: TencentCloud::Emr::V20190103::UserManagerFilter

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, usertype = nil, groups = nil) ⇒ UserManagerFilter

Returns a new instance of UserManagerFilter.



14746
14747
14748
14749
14750
# File 'lib/v20190103/models.rb', line 14746

def initialize(username=nil, usertype=nil, groups=nil)
  @UserName = username
  @UserType = usertype
  @Groups = groups
end

Instance Attribute Details

#GroupsObject

Parameters:

  • 用户名

  • 用户来源

  • 组名



14744
14745
14746
# File 'lib/v20190103/models.rb', line 14744

def Groups
  @Groups
end

#UserNameObject

Parameters:

  • 用户名

  • 用户来源

  • 组名



14744
14745
14746
# File 'lib/v20190103/models.rb', line 14744

def UserName
  @UserName
end

#UserTypeObject

Parameters:

  • 用户名

  • 用户来源

  • 组名



14744
14745
14746
# File 'lib/v20190103/models.rb', line 14744

def UserType
  @UserType
end

Instance Method Details

#deserialize(params) ⇒ Object



14752
14753
14754
14755
14756
# File 'lib/v20190103/models.rb', line 14752

def deserialize(params)
  @UserName = params['UserName']
  @UserType = params['UserType']
  @Groups = params['Groups']
end