ClientGroupsListMembersNextResponse type
包含 listMembersNext 作業的響應數據。
type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ClientGroupMembersCollection
}
}