Class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb

Overview

The result of replacing shapes with an image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReplaceAllShapesWithImageResponse

Returns a new instance of ReplaceAllShapesWithImageResponse.



2580
2581
2582
# File 'generated/google/apis/slides_v1/classes.rb', line 2580

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#occurrences_changedFixnum

The number of shapes replaced with images. Corresponds to the JSON property occurrencesChanged

Returns:

  • (Fixnum)


2578
2579
2580
# File 'generated/google/apis/slides_v1/classes.rb', line 2578

def occurrences_changed
  @occurrences_changed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2585
2586
2587
# File 'generated/google/apis/slides_v1/classes.rb', line 2585

def update!(**args)
  @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed)
end