GetActionsEnvironmentVariablesPlainArgs

data class GetActionsEnvironmentVariablesPlainArgs(val environment: String, val fullName: String? = null, val name: String? = null) : ConvertibleToJava<GetActionsEnvironmentVariablesPlainArgs>

A collection of arguments for invoking getActionsEnvironmentVariables.

Constructors

Link copied to clipboard
constructor(environment: String, fullName: String? = null, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val fullName: String? = null
Link copied to clipboard
val name: String? = null

Name of the variable

Functions

Link copied to clipboard
open override fun toJava(): GetActionsEnvironmentVariablesPlainArgs