RoutingPathSegment

data class RoutingPathSegment(val value: String, val kind: RoutingPathSegmentKind)

A single routing path segment.

Constructors

Link copied to clipboard
constructor(value: String, kind: RoutingPathSegmentKind)

Properties

Link copied to clipboard
Link copied to clipboard