class Google::Apis::SheetsV4::TableColumnProperties

The table column.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @column_index = args[:column_index] if args.key?(:column_index)
  @column_name = args[:column_name] if args.key?(:column_name)
  @column_type = args[:column_type] if args.key?(:column_type)
  @data_validation_rule = args[:data_validation_rule] if args.key?(:data_validation_rule)
end