Class: TencentCloud::Cam::V20190116::ListUsersForGroupRequest

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

Overview

ListUsersForGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupid = nil, page = nil, rp = nil) ⇒ ListUsersForGroupRequest

Returns a new instance of ListUsersForGroupRequest.



3939
3940
3941
3942
3943
# File 'lib/v20190116/models.rb', line 3939

def initialize(groupid=nil, page=nil, rp=nil)
  @GroupId = groupid
  @Page = page
  @Rp = rp
end

Instance Attribute Details

#GroupIdObject

Parameters:

  • GroupId:

    用户组 ID。

  • Page:

    页码。默认为1。

  • Rp:

    每页数量。默认为20。



3937
3938
3939
# File 'lib/v20190116/models.rb', line 3937

def GroupId
  @GroupId
end

#PageObject

Parameters:

  • GroupId:

    用户组 ID。

  • Page:

    页码。默认为1。

  • Rp:

    每页数量。默认为20。



3937
3938
3939
# File 'lib/v20190116/models.rb', line 3937

def Page
  @Page
end

#RpObject

Parameters:

  • GroupId:

    用户组 ID。

  • Page:

    页码。默认为1。

  • Rp:

    每页数量。默认为20。



3937
3938
3939
# File 'lib/v20190116/models.rb', line 3937

def Rp
  @Rp
end

Instance Method Details

#deserialize(params) ⇒ Object



3945
3946
3947
3948
3949
# File 'lib/v20190116/models.rb', line 3945

def deserialize(params)
  @GroupId = params['GroupId']
  @Page = params['Page']
  @Rp = params['Rp']
end