ModelAddClosedListResponse type

Obsahuje data odpovědi pro operaci addClosedList.

type ModelAddClosedListResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}