EventsFilter

final case class EventsFilter(startTime: Option[TimeRange], endTime: Option[TimeRange], activeAtTime: Option[TimeRange], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], rootAssetIds: Option[Seq[CogniteId]], source: Option[String], `type`: Option[String], subtype: Option[String], createdTime: Option[TimeRange], lastUpdatedTime: Option[TimeRange], externalIdPrefix: Option[String], 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