FileCreate

final case class FileCreate(name: String, directory: Option[String], source: Option[String], externalId: Option[String], mimeType: Option[String], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], dataSetId: Option[Long], sourceCreatedTime: Option[Instant], sourceModifiedTime: Option[Instant], securityCategories: Option[Seq[Long]], labels: Option[Seq[CogniteExternalId]]) extends WithExternalId
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[Option]
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