Share via


ModelGetHierarchicalEntityRoleResponse type

Bevat antwoordgegevens voor de bewerking getHierarchicalEntityRole.

type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole
  }
}