All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.colisweb.gdrive.client.sheets.GoogleSheetDimension.scala Maven / Gradle / Ivy

The newest version!
package com.colisweb.gdrive.client.sheets

sealed trait GoogleSheetDimension {
  val code: String
}

case object Columns extends GoogleSheetDimension {
  val code = "COLUMNS"
}

case object Rows extends GoogleSheetDimension {
  val code = "ROWS"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy