ModelPatchClosedListResponse type
Contient des données de réponse pour l’opération patchClosedList.
type ModelPatchClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}