Class: Google::Apis::SlidesV1::TableBorderRow
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::TableBorderRow
- 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
-
#table_border_cells ⇒ Array<Google::Apis::SlidesV1::TableBorderCell>
Properties of each border cell.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TableBorderRow
constructor
A new instance of TableBorderRow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_cells ⇒ Array<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 |