class Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse
The result of replacing shapes with a Google
Sheets chart.
Attributes
occurrences_changed[RW]
The number of shapes replaced with charts. Corresponds to the JSON property `occurrencesChanged` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 2704 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 2709 def update!(**args) @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed) end