package model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type TemplateId = model.TemplateId.Type
- implicit final class TemplateIdSyntax extends AnyVal
- final case class ZFlowTemplate extends Product with Serializable
- case class ZFlowTemplateWithId(templateId: TemplateId, template: ZFlowTemplate) extends Product with Serializable
- final case class ZFlowTemplates(entries: Chunk[ZFlowTemplateWithId]) extends Product with Serializable
Value Members
- object TemplateId extends Newtype[String]
- object ZFlowTemplate extends Serializable
- object ZFlowTemplateWithId extends Serializable
- object ZFlowTemplates extends Serializable