class Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse

The result of replacing shapes with an image.

Attributes

occurrences_changed[RW]

The number of shapes replaced with images. 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 2634
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 2639
def update!(**args)
  @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed)
end