BaselineOperation

An object of shape BaselineOperation, returning details about the specified Baseline operation ID.

Types

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

Properties

Link copied to clipboard

The end time of the operation (if applicable), in ISO 8601 format.

Link copied to clipboard

The identifier of the specified operation.

Link copied to clipboard

An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.

Link copied to clipboard

The start time of the operation, in ISO 8601 format.

Link copied to clipboard

An enumerated type (enum) with possible values of SUCCEEDED, FAILED, or IN_PROGRESS.

Link copied to clipboard

A status message that gives more information about the operation's status, if applicable.

Functions

Link copied to clipboard
inline fun copy(block: BaselineOperation.Builder.() -> Unit = {}): BaselineOperation
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