AddressMapMembership

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

Constructors

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

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

Identifier of the account or zone.

Link copied to clipboard

The type of the membership.