Values.UpdateModelRequestSourceRequest to update an existing model in an existing RestApi resource.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)modelName : String_.t;The name of the model to update.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}