Graph Parameter Args
data class GraphParameterArgs(val description: Output<String>? = null, val links: Output<List<GraphParameterLinkArgs>>, val type: Output<Either<String, ParameterType>>) : ConvertibleToJava<GraphParameterArgs>
Defines a global parameter in the graph.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, links: Output<List<GraphParameterLinkArgs>>, type: Output<Either<String, ParameterType>>)