ModelPatchClosedListResponse type
patchClosedList 操作の応答データを格納します。
type ModelPatchClosedListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}