DataSetCreate

final case class DataSetCreate(externalId: Option[String], name: Option[String], description: Option[String], metadata: Option[Map[String, String]], writeProtected: Boolean) 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