Class: Google::Apis::SlidesV1::TableCellProperties

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 properties of the TableCell.

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) ⇒ TableCellProperties

Returns a new instance of TableCellProperties



2622
2623
2624
# File 'generated/google/apis/slides_v1/classes.rb', line 2622

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

Instance Attribute Details

#table_cell_background_fillGoogle::Apis::SlidesV1::TableCellBackgroundFill

The table cell background fill. Corresponds to the JSON property tableCellBackgroundFill



2620
2621
2622
# File 'generated/google/apis/slides_v1/classes.rb', line 2620

def table_cell_background_fill
  @table_cell_background_fill
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2627
2628
2629
# File 'generated/google/apis/slides_v1/classes.rb', line 2627

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