ModelPatchClosedListResponse type

Enthält Antwortdaten für den PatchClosedList-Vorgang.

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