ModelPatchClosedListResponse type

Innehåller svarsdata för åtgärden patchClosedList.

type ModelPatchClosedListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}