class Google::Apis::SlidesV1::TableBorderRow
Contents of each border row in a table.
Attributes
table_border_cells[RW]
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` @return [Array<Google::Apis::SlidesV1::TableBorderCell>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3823 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 3828 def update!(**args) @table_border_cells = args[:table_border_cells] if args.key?(:table_border_cells) end