ModelListHierarchicalEntityRolesResponse type

Obsahuje data odpovědi pro operaci listHierarchicalEntityRoles.

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