ModelListClosedListEntityRolesResponse type
Contains response data for the listClosedListEntityRoles operation.
type ModelListClosedListEntityRolesResponse = EntityRole[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole[]
}
}