AddressInfo

data class AddressInfo(val depot: String? = null, val type: String? = null, val collection: String? = null, val dataset: String? = null, val format: String? = null, val external: Boolean? = null, val isArchived: Boolean? = null, val source: String? = null, val connection: Map<String, Any>? = null)

Represents address information.

Constructors

Link copied to clipboard
constructor(depot: String? = null, type: String? = null, collection: String? = null, dataset: String? = null, format: String? = null, external: Boolean? = null, isArchived: Boolean? = null, source: String? = null, connection: Map<String, Any>? = null)

Properties

Link copied to clipboard
val collection: String? = null

The collection name.

Link copied to clipboard
val connection: Map<String, Any>? = null

The connection details as a map of key-value pairs.

Link copied to clipboard
val dataset: String? = null

The dataset name.

Link copied to clipboard
val depot: String? = null

The depot name.

Link copied to clipboard
val external: Boolean? = null

Indicates if the address is external.

Link copied to clipboard
val format: String? = null

The format.

Link copied to clipboard
val isArchived: Boolean? = null

Indicates if the address is archived.

Link copied to clipboard
val source: String? = null

The source of the address.

Link copied to clipboard
val type: String? = null

The type of address.