ModelCreateHierarchicalEntityRoleResponse type
Obsahuje data odpovědi pro operaci createHierarchicalEntityRole.
type ModelCreateHierarchicalEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}