ModelGetClosedListEntityRoleResponse type
Contains response data for the getClosedListEntityRole operation.
type ModelGetClosedListEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}