Gallery Application Custom Action Parameter Response
data class GalleryApplicationCustomActionParameterResponse(val defaultValue: String? = null, val description: String? = null, val name: String, val required: Boolean? = null, val type: String? = null)
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.