case classExtractorsForSpace(spaceId: String, enabled: List[String] = immutable.this.List.empty[String], disabled: List[String] = immutable.this.List.empty[String]) extends Product with Serializable
Information about extractors assigned to a space. This only represents extractors that were customized for a specific
space. For example enabled/disabled. By default we currently show all global extractors on each space and let users
enable/disable them if they so wish.
TODO: If we wanted to have default parameters for an extractor defined by space, this could be one place to store them.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Information about extractors assigned to a space. This only represents extractors that were customized for a specific space. For example enabled/disabled. By default we currently show all global extractors on each space and let users enable/disable them if they so wish.
TODO: If we wanted to have default parameters for an extractor defined by space, this could be one place to store them.