Graph Parameter Response
data class GraphParameterResponse(val description: String? = null, val links: List<GraphParameterLinkResponse>, val type: String)
Defines a global parameter in the graph.
Constructors
Link copied to clipboard
fun GraphParameterResponse(description: String? = null, links: List<GraphParameterLinkResponse>, type: String)