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.
Constructor Details
#initialize(**args) ⇒ TableBorderRow
Returns a new instance of TableBorderRow.
3750 3751 3752 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3750 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
3748 3749 3750 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3748 def table_border_cells @table_border_cells end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3755 3756 3757 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3755 def update!(**args) @table_border_cells = args[:table_border_cells] if args.key?(:table_border_cells) end |