AnalysisParameter

Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.

Types

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

Properties

Link copied to clipboard

Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.

Link copied to clipboard

The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.

Link copied to clipboard

The type of parameter.

Functions

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