GalleryApplicationCustomActionResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description to help the users understand what this custom action does.

Link copied to clipboard

The name of the custom action. Must be unique within the Gallery Application Version.

Link copied to clipboard

The parameters that this custom action uses

Link copied to clipboard

The script to run when executing this custom action.