ModelPatchClosedListResponse type
يحتوي على بيانات الاستجابة لعملية patchClosedList.
type ModelPatchClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}