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.
2057 2058 2059 2060 2061 2062 |
# File 'lib/v20220817/models.rb', line 2057 def initialize(groupid=nil, sdkappid=nil, page=nil, limit=nil) @GroupId = groupid @SdkAppId = sdkappid @Page = page @Limit = limit end |
Instance Attribute Details
#GroupId ⇒ Object
2055 2056 2057 |
# File 'lib/v20220817/models.rb', line 2055 def GroupId @GroupId end |
#Limit ⇒ Object
2055 2056 2057 |
# File 'lib/v20220817/models.rb', line 2055 def Limit @Limit end |
#Page ⇒ Object
2055 2056 2057 |
# File 'lib/v20220817/models.rb', line 2055 def Page @Page end |
#SdkAppId ⇒ Object
2055 2056 2057 |
# File 'lib/v20220817/models.rb', line 2055 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
2064 2065 2066 2067 2068 2069 |
# File 'lib/v20220817/models.rb', line 2064 def deserialize(params) @GroupId = params['GroupId'] @SdkAppId = params['SdkAppId'] @Page = params['Page'] @Limit = params['Limit'] end |