ModelListHierarchicalEntityRolesResponse type
Enthält Antwortdaten für den ListHierarchicalEntityRoles-Vorgang.
type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole[]
}
}