Udostępnij za pośrednictwem


ModelAddClosedListResponse type

Zawiera dane odpowiedzi dla operacji addClosedList.

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