Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.01 KB

ApplicationUpdate.md

File metadata and controls

20 lines (15 loc) · 1.01 KB

PollinationSDK.Model.ApplicationUpdate

Properties

Name Type Description Notes
Description string A description of the application [optional]
Public bool Whether or not a application is publicly viewable [optional]
Keywords List<string> A list of keywords associated with the application [optional]
Source string A link to the source code of the application [optional]
License string The license of the application [optional]
IsPaid bool Whether or not the application is paid [optional]
DeploymentConfig DeploymentConfig The deployment configuration for the application [optional]
Type string [optional] [readonly] [default to "ApplicationUpdate"]

[Back to Model list] [Back to API list] [Back to README]