GetAccountResult

data class GetAccountResult(val dropletLimit: Int, val email: String, val emailVerified: Boolean, val floatingIpLimit: Int, val id: String, val status: String, val statusMessage: String, val uuid: String)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
constructor(dropletLimit: Int, email: String, emailVerified: Boolean, floatingIpLimit: Int, id: String, status: String, statusMessage: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of droplets current user or team may have active at one time.

Link copied to clipboard

The email address used by the current user to register for DigitalOcean.

Link copied to clipboard

If true, the user has verified their account via email. False otherwise.

Link copied to clipboard

The total number of floating IPs the current user or team may have.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

This value is one of "active", "warning" or "locked".

Link copied to clipboard

A human-readable message giving more details about the status of the account.

Link copied to clipboard

The unique universal identifier for the current user.