FeatureDetail

Contains the status and metadata for an opt-in feature.

Types

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

Properties

Link copied to clipboard

The current enablement status of the feature. Valid values: ENABLED | DISABLED.

Link copied to clipboard

The date and time when the feature status was last updated.

Functions

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