RefreshSheetsChartRequest class
Refreshes an embedded Google Sheets chart by replacing it with the latest version of the chart from Google Sheets.
NOTE: Refreshing charts requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, or drive OAuth scopes.
Constructors
- RefreshSheetsChartRequest({String? objectId})
- RefreshSheetsChartRequest.fromJson(Map json_)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited