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.



4117
4118
4119
# File 'lib/google/apis/slides_v1/classes.rb', line 4117

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



4115
4116
4117
# File 'lib/google/apis/slides_v1/classes.rb', line 4115

def min_row_height
  @min_row_height
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4122
4123
4124
# File 'lib/google/apis/slides_v1/classes.rb', line 4122

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