Class: TencentCloud::Lcic::V20220817::DescribeGroupMemberListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeGroupMemberListRequest
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeGroupMemberList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, sdkappid = nil, page = nil, limit = nil) ⇒ DescribeGroupMemberListRequest
constructor
A new instance of DescribeGroupMemberListRequest.
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
#GroupId ⇒ Object
1995 1996 1997 |
# File 'lib/v20220817/models.rb', line 1995 def GroupId @GroupId end |
#Limit ⇒ Object
1995 1996 1997 |
# File 'lib/v20220817/models.rb', line 1995 def Limit @Limit end |
#Page ⇒ Object
1995 1996 1997 |
# File 'lib/v20220817/models.rb', line 1995 def Page @Page end |
#SdkAppId ⇒ Object
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 |