CollectionConfigJson

com.gu.facia.client.models.CollectionConfigJson
See theCollectionConfigJson companion object
case class CollectionConfigJson(displayName: Option[String], backfill: Option[Backfill], metadata: Option[List[Metadata]], `type`: Option[String], href: Option[String], description: Option[String], groups: Option[List[String]], groupsConfig: Option[List[GroupConfigJson]], uneditable: Option[Boolean], showTags: Option[Boolean], showSections: Option[Boolean], hideKickers: Option[Boolean], showDateHeader: Option[Boolean], showLatestUpdate: Option[Boolean], excludeFromRss: Option[Boolean], showTimestamps: Option[Boolean], hideShowMore: Option[Boolean], displayHints: Option[DisplayHintsJson], userVisibility: Option[String], targetedTerritory: Option[TargetedTerritory], platform: Option[CollectionPlatform], frontsToolSettings: Option[FrontsToolSettings])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val collectionType: Option[String]