DoesNotEndWith

data class DoesNotEndWith(val value: String, val suffix: String) : ValidationError

Input does not end with suffix

See also

Constructors

Link copied to clipboard
constructor(value: String, suffix: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: String

A value that is being validated