com.cognite.sdk.scala.v1.fdm.datamodels
Members list
Type members
Classlikes
final case class DataModel(space: String, externalId: String, name: Option[String], description: Option[String], version: String, views: Option[Seq[DataModelViewReference]], createdTime: Long, lastUpdatedTime: Long)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DataModel
final case class DataModelCreate(space: String, externalId: String, name: Option[String], description: Option[String], version: String, views: Option[Seq[DataModelCreateViewReference]])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DataModelCreate
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DataModelCreate.type
Type for a data model to reference a view
Type for a data model to reference a view
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ViewCreateDefinitionclass ViewReference
object DataModelCreateViewReference
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait DataModelViewReference
Type for a data model to reference a view
Type for a data model to reference a view
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ViewDefinitionclass ViewReference
object DataModelViewReference
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article