Parameter Declaration Response
data class ParameterDeclarationResponse(val default: String? = null, val description: String? = null, val name: String, val type: String)
Single topology parameter declaration. Declared parameters can and must be referenced throughout the topology and can optionally have default values to be used when they are not defined in the pipelines.