FeatureStateState

data class FeatureStateState(val code: String? = null, val description: String? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(code: String? = null, description: String? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

(Output) The high-level, machine-readable status of this Feature.

Link copied to clipboard
val description: String? = null

(Output) A human-readable description of the current status.

Link copied to clipboard
val updateTime: String? = null

(Output) The time this status and any related Feature-specific details were updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"