SequenceCreate

final case class SequenceCreate(name: Option[String], description: Option[String], assetId: Option[Long], externalId: Option[String], metadata: Option[Map[String, String]], columns: NonEmptyList[SequenceColumnCreate], dataSetId: Option[Long]) extends WithExternalId
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def getExternalId(): Option[String]
Inherited from
WithExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product