FilesFilter

final case class FilesFilter(name: Option[String], mimeType: Option[String], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], rootAssetIds: Option[Seq[CogniteId]], source: Option[String], createdTime: Option[TimeRange], lastUpdatedTime: Option[TimeRange], uploadedTime: Option[TimeRange], sourceCreatedTime: Option[TimeRange], sourceModifiedTime: Option[TimeRange], externalIdPrefix: Option[String], uploaded: Option[Boolean], dataSetIds: Option[Seq[CogniteId]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product