Gallery Application Custom Action Response
data class GalleryApplicationCustomActionResponse(val description: String? = null, val name: String, val parameters: List<GalleryApplicationCustomActionParameterResponse>? = null, val script: String)
A custom action that can be performed with a Gallery Application Version.
Constructors
Link copied to clipboard
constructor(description: String? = null, name: String, parameters: List<GalleryApplicationCustomActionParameterResponse>? = null, script: String)