LastUpdate

Configuration object that contains the most recent account settings update, visible only if settings have been updated previously.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the last update. Can be either PENDING, FAILED, or SUCCEEDED.

Link copied to clipboard

Error message describing the last account settings update status, visible only if an error occurred.

Link copied to clipboard

The number of TimeStream Compute Units (TCUs) requested in the last account settings update.

Functions

Link copied to clipboard
inline fun copy(block: LastUpdate.Builder.() -> Unit = {}): LastUpdate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String