class Google::Apis::SlidesV1::TableRowProperties

Properties of each row in a table.

Attributes

min_row_height[RW]

A magnitude in a single direction in the specified units. Corresponds to the JSON property `minRowHeight` @return [Google::Apis::SlidesV1::Dimension]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 4057
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 4062
def update!(**args)
  @min_row_height = args[:min_row_height] if args.key?(:min_row_height)
end