GraphParameterResponse

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
constructor(description: String? = null, links: List<GraphParameterLinkResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of this graph parameter.

Link copied to clipboard

Association links for this parameter to nodes in the graph.

Link copied to clipboard

Graph parameter's type.