Template

ch.linkyard.mcp.protocol.Resource.Template
See theTemplate companion object
case class Template(uriTemplate: String, name: String, title: Option[String], description: Option[String], mimeType: Option[String], annotations: Option[Annotations], _meta: Meta)

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