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.



3894
3895
3896
3897
3898
# File 'lib/v20190116/models.rb', line 3894

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。



3892
3893
3894
# File 'lib/v20190116/models.rb', line 3892

def GroupId
  @GroupId
end

#PageObject

Parameters:

  • GroupId:

    用户组 ID。

  • Page:

    页码。默认为1。

  • Rp:

    每页数量。默认为20。



3892
3893
3894
# File 'lib/v20190116/models.rb', line 3892

def Page
  @Page
end

#RpObject

Parameters:

  • GroupId:

    用户组 ID。

  • Page:

    页码。默认为1。

  • Rp:

    每页数量。默认为20。



3892
3893
3894
# File 'lib/v20190116/models.rb', line 3892

def Rp
  @Rp
end

Instance Method Details

#deserialize(params) ⇒ Object



3900
3901
3902
3903
3904
# File 'lib/v20190116/models.rb', line 3900

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