Class: Google::Apis::SlidesV1::SheetsChartProperties

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

Overview

The properties of the SheetsChart.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SheetsChartProperties

Returns a new instance of SheetsChartProperties.



3512
3513
3514
# File 'lib/google/apis/slides_v1/classes.rb', line 3512

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

Instance Attribute Details

#chart_image_propertiesGoogle::Apis::SlidesV1::ImageProperties

The properties of the Image. Corresponds to the JSON property chartImageProperties



3510
3511
3512
# File 'lib/google/apis/slides_v1/classes.rb', line 3510

def chart_image_properties
  @chart_image_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3517
3518
3519
# File 'lib/google/apis/slides_v1/classes.rb', line 3517

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