Class: Google::Apis::SlidesV1::TableColumnProperties

Inherits:
Object
  • Object
show all
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

Properties of each column in a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TableColumnProperties

Returns a new instance of TableColumnProperties



3941
3942
3943
# File 'generated/google/apis/slides_v1/classes.rb', line 3941

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

Instance Attribute Details

#column_widthGoogle::Apis::SlidesV1::Dimension

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



3939
3940
3941
# File 'generated/google/apis/slides_v1/classes.rb', line 3939

def column_width
  @column_width
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3946
3947
3948
# File 'generated/google/apis/slides_v1/classes.rb', line 3946

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