ModelGetHierarchicalEntityRoleResponse type

Enthält Antwortdaten für den Vorgang getHierarchicalEntityRole.

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