RecommendedAction

Describes a specific recommended action.

Types

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

Properties

Link copied to clipboard

The account that the recommended action is for.

Link copied to clipboard

Context that applies to the recommended action.

Link copied to clipboard

The feature associated with the recommended action.

Link copied to clipboard
val id: String?

The ID for the recommended action.

Link copied to clipboard

The time when the recommended action status was last updated.

Link copied to clipboard

The possible next steps to execute the recommended action.

Link copied to clipboard

The severity associated with the recommended action.

Link copied to clipboard

The type of action you can take by adopting the recommended action.

Functions

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