ModelCreateHierarchicalEntityRoleResponse type

Contains response data for the createHierarchicalEntityRole operation.

type ModelCreateHierarchicalEntityRoleResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}