OptionaldescriptionOptionalfailureThis will be called upon failure to complete a request.
OptionaliconIndicates whether a icon should be auto-generated ('AUTO'), no icon should be saved ('NONE'), or the existing custom icon should be kept ('CUSTOM').
The name this visualization should be saved under.
OptionalqueryOptional, but required if schemaName property is provided. Allows the visualization to be scoped to a particular query. If scoped, this visualization will appear in the 'views' menu for that query.
OptionalreplaceWhether this 'save' call should replace an existing report with the same name. If false, the call to 'save' will fail if another report with the same name exists.
OptionalschemaOptional, but required if queryName property is provided. Allows the visualization to be scoped to a particular query. If scoped, this visualization will appear in the 'views' menu for that query.
OptionalscopeA scoping object for the success and failure callback functions (default to this).
OptionalsharedIndicates whether this report is viewable by all users with read permissions to the visualization's folder. If false, only the creating user can see the visualization. Defaults to true.
OptionalsuccessThis will be called upon successfully completing a request.
OptionalsvgSVG to be used to generate a thumbnail.
OptionalthumbnailIndicates whether a thumbnail should be auto-generated ('AUTO'), no thumbnail should be saved ('NONE'), or the existing custom thumbnail should be kept ('CUSTOM').
The type of visualization being saved.
An arbitrarily complex JavaScript object that contains all information required to recreate the report.
A description of the saved report.