AddressMapMembership

data class AddressMapMembership(val canDelete: Boolean? = null, val createdAt: String? = null, val identifier: String? = null, val kind: String? = null)

Constructors

Link copied to clipboard
constructor(canDelete: Boolean? = null, createdAt: String? = null, identifier: String? = null, kind: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val canDelete: Boolean? = null

Controls whether the membership can be deleted via the API or not.

Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val identifier: String? = null

The identifier for the membership (eg. a zone or account tag).

Link copied to clipboard
val kind: String? = null

The type of the membership. Available values: "zone", "account".