Class: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse

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 a Google Sheets chart.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReplaceAllShapesWithSheetsChartResponse

Returns a new instance of ReplaceAllShapesWithSheetsChartResponse



2603
2604
2605
# File 'generated/google/apis/slides_v1/classes.rb', line 2603

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

Instance Attribute Details

#occurrences_changedFixnum

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

Returns:

  • (Fixnum)


2601
2602
2603
# File 'generated/google/apis/slides_v1/classes.rb', line 2601

def occurrences_changed
  @occurrences_changed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2608
2609
2610
# File 'generated/google/apis/slides_v1/classes.rb', line 2608

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