Поделиться через


ModelGetExplicitListResponse type

Содержит данные ответа для операции getExplicitList.

type ModelGetExplicitListResponse = ExplicitListItem[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExplicitListItem[]
  }
}