Region

class Region

The region or state results should be to be present in.

Example: North Rhine-Westphalia.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

Abbreviated code for a the state, province or region of the country.

Link copied to clipboard
val name: String?

Name for a the state, province, or region of the country.

Functions

Link copied to clipboard
inline fun copy(block: Region.Builder.() -> Unit = {}): Region
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String