GalleryApplicationCustomAction Class
A custom action that can be performed with a Gallery Application Version.
Constructor
GalleryApplicationCustomAction(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the custom action. Must be unique within the Gallery Application Version. Required. |
|
script
|
The script to run when executing this custom action. Required. |
|
description
|
Description to help the users understand what this custom action does. |
|
parameters
|
The parameters that this custom action uses. |
Attributes
description
Description to help the users understand what this custom action does.
description: str | None
name
The name of the custom action. Must be unique within the Gallery Application Version. Required.
name: str
parameters
The parameters that this custom action uses.
parameters: list['_models.GalleryApplicationCustomActionParameter'] | None
script
The script to run when executing this custom action. Required.
script: str