Class: Google::Apis::SlidesV1::SheetsChartProperties
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::SheetsChartProperties
- 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 properties of the SheetsChart.
Instance Attribute Summary collapse
-
#chart_image_properties ⇒ Google::Apis::SlidesV1::ImageProperties
The properties of the Image.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SheetsChartProperties
constructor
A new instance of SheetsChartProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SheetsChartProperties
Returns a new instance of SheetsChartProperties
3481 3482 3483 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3481 def initialize(**args) update!(**args) end |
Instance Attribute Details
#chart_image_properties ⇒ Google::Apis::SlidesV1::ImageProperties
The properties of the Image.
Corresponds to the JSON property chartImageProperties
3479 3480 3481 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3479 def chart_image_properties @chart_image_properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3486 3487 3488 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3486 def update!(**args) @chart_image_properties = args[:chart_image_properties] if args.key?(:chart_image_properties) end |