Tag
struct Tag : Codable, Hashable
extension EUDCC.ValidationRule.Tag: CustomStringConvertible
extension EUDCC.ValidationRule.Tag: ExpressibleByStringInterpolation
An EUDCC ValidationRule Tag
-
The tag name
Declaration
Swift
public let name: String
-
Creates a new instance of
EUDCC.ValidationRule.TagDeclaration
Swift
public init( name: String = UUID().uuidString )Parameters
nameThe tag name. Default value
UUID
-
A textual representation of this instance.
Declaration
Swift
public var description: String { get }
-
Creates an instance initialized to the given string value.
Declaration
Swift
public init( stringLiteral value: String )Parameters
valueThe value of the new instance.
Tag Structure Reference