Class: TencentCloud::Lcic::V20220817::DescribeGroupMemberListRequest

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

Overview

DescribeGroupMemberList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupid = nil, sdkappid = nil, page = nil, limit = nil) ⇒ DescribeGroupMemberListRequest

Returns a new instance of DescribeGroupMemberListRequest.



1997
1998
1999
2000
2001
2002
# File 'lib/v20220817/models.rb', line 1997

def initialize(groupid=nil, sdkappid=nil, page=nil, limit=nil)
  @GroupId = groupid
  @SdkAppId = sdkappid
  @Page = page
  @Limit = limit
end

Instance Attribute Details

#GroupIdObject

Parameters:

  • GroupId:

    群组ID

  • SdkAppId:

    低代码平台应用ID

  • Page:

    分页值,默认1

  • Limit:

    每页数据量,默认20,最大1000



1995
1996
1997
# File 'lib/v20220817/models.rb', line 1995

def GroupId
  @GroupId
end

#LimitObject

Parameters:

  • GroupId:

    群组ID

  • SdkAppId:

    低代码平台应用ID

  • Page:

    分页值,默认1

  • Limit:

    每页数据量,默认20,最大1000



1995
1996
1997
# File 'lib/v20220817/models.rb', line 1995

def Limit
  @Limit
end

#PageObject

Parameters:

  • GroupId:

    群组ID

  • SdkAppId:

    低代码平台应用ID

  • Page:

    分页值,默认1

  • Limit:

    每页数据量,默认20,最大1000



1995
1996
1997
# File 'lib/v20220817/models.rb', line 1995

def Page
  @Page
end

#SdkAppIdObject

Parameters:

  • GroupId:

    群组ID

  • SdkAppId:

    低代码平台应用ID

  • Page:

    分页值,默认1

  • Limit:

    每页数据量,默认20,最大1000



1995
1996
1997
# File 'lib/v20220817/models.rb', line 1995

def SdkAppId
  @SdkAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



2004
2005
2006
2007
2008
2009
# File 'lib/v20220817/models.rb', line 2004

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