ClientGroupsListMembersNextResponse type
Contains response data for the listMembersNext operation.
type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClientGroupMembersCollection
}
}