SequenceFilter

final case class SequenceFilter(name: Option[String], externalIdPrefix: Option[String], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], rootAssetIds: Option[Seq[Long]], createdTime: Option[TimeRange], lastUpdatedTime: Option[TimeRange], 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