ModelPatchClosedListResponse type
包含 patchClosedList 作業的響應數據。
type ModelPatchClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}