次の方法で共有


ModelListHierarchicalEntityRolesResponse type

listHierarchicalEntityRoles 操作の応答データが含まれます。

type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole[]
  }
}