SiteIdentifier

@Serializable(with = SiteIdentifierSerializer::class)
class SiteIdentifier

Unique site identifier.

This is a 5-character case-sensitive alphanumeric string provided to you by Granify.

Constructors

Link copied to clipboard
constructor(identifier: String)

Creates a SiteIdentifier from the underlying identifier string. Note that this string is case-sensitive.

Functions

Link copied to clipboard
open override fun toString(): String