GetAddressMapMembership

data class GetAddressMapMembership(val canDelete: Boolean, val createdAt: String, val identifier: String, val kind: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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