com.cognite.sdk.scala.v1.spacesv3.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cognite-sdk-scala_2.13 Show documentation
Show all versions of cognite-sdk-scala_2.13 Show documentation
Scala SDK for Cognite Data Fusion.
The newest version!
package com.cognite.sdk.scala.v1
import java.time.Instant
final case class SpaceCreateDefinition(
space: String,
description: Option[String] = None,
name: Option[String] = None
)
final case class SpaceDefinition(
space: String,
description: Option[String] = None,
name: Option[String] = None,
createdTime: Instant,
lastUpdatedTime: Instant
)
final case class SpaceById(space: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy