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