ModelPatchClosedListResponse type
Zawiera dane odpowiedzi dla operacji patchClosedList.
type ModelPatchClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}