Variable

class Variable

An instance of a variable to be passed to the containerAction execution. Each variable must have a name and a value given by one of stringValue, datasetContentVersionValue, or outputFileUriValue.

Types

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

Properties

Link copied to clipboard

The value of the variable as a structure that specifies a dataset content version.

Link copied to clipboard

The value of the variable as a double (numeric).

Link copied to clipboard

The name of the variable.

Link copied to clipboard

The value of the variable as a structure that specifies an output file URI.

Link copied to clipboard

The value of the variable as a string.

Functions

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