Class: Google::Apis::SlidesV1::TableBorderRow

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

Contents of each border row in a table.

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

Returns a new instance of TableBorderRow.



3932
3933
3934
# File 'generated/google/apis/slides_v1/classes.rb', line 3932

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

Instance Attribute Details

#table_border_cellsArray<Google::Apis::SlidesV1::TableBorderCell>

Properties of each border cell. When a border's adjacent table cells are merged, it is not included in the response. Corresponds to the JSON property tableBorderCells



3930
3931
3932
# File 'generated/google/apis/slides_v1/classes.rb', line 3930

def table_border_cells
  @table_border_cells
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3937
3938
3939
# File 'generated/google/apis/slides_v1/classes.rb', line 3937

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