OperationName

data class OperationName(val value: String) : CompositeSliComponent

The name of the operation to include in the composite SLI.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CompositeSliComponent as a OperationName and retrieves its kotlin.String value. Throws an exception if the CompositeSliComponent is not a OperationName.

Link copied to clipboard

Casts this CompositeSliComponent as a OperationName and retrieves its kotlin.String value. Returns null if the CompositeSliComponent is not a OperationName.