Table

final case class Table(idOption: Option[String], parentChildOrder: ParentChildOrder, tableBreakdowns: IndexedSeq[TableBreakdown]) extends Resource

Table.

Table.

Authors

Chris de Vreeze

trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product