class Google::Apis::SlidesV1::RefreshSheetsChartRequest
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.
Attributes
object_id_prop[RW]
The object ID of the chart to refresh. Corresponds to the JSON property `objectId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 2557 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 2562 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end