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


OperationsList1Response type

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

type OperationsList1Response = OperationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsListResult
  }
}