Class: Google::Apis::SlidesV1::TableRowProperties

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/slides_v1/classes.rb,
lib/google/apis/slides_v1/representations.rb,
lib/google/apis/slides_v1/representations.rb

Overview

Properties of each row in a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TableRowProperties

Returns a new instance of TableRowProperties.



4131
4132
4133
# File 'lib/google/apis/slides_v1/classes.rb', line 4131

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

Instance Attribute Details

#min_row_heightGoogle::Apis::SlidesV1::Dimension

A magnitude in a single direction in the specified units. Corresponds to the JSON property minRowHeight



4129
4130
4131
# File 'lib/google/apis/slides_v1/classes.rb', line 4129

def min_row_height
  @min_row_height
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4136
4137
4138
# File 'lib/google/apis/slides_v1/classes.rb', line 4136

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