ParameterMetadata

data class ParameterMetadata(val name: String, val type: String, val defaultValue: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, type: String, defaultValue: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard