Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.34 KB

ApplicationCreate.md

File metadata and controls

23 lines (18 loc) · 1.34 KB

PollinationSDK.Model.ApplicationCreate

Properties

Name Type Description Notes
Name string The name of the application. Must be unique to a given owner
Description string A description of the application [optional] [default to ""]
Public bool Whether or not a application is publicly viewable [optional] [default to true]
Keywords List<string> A list of keywords associated with the application [optional]
Image string An image associated with the application [optional] [default to "https://picsum.photos/400"]
Source string A link to the source code of the application [optional]
License string The license of the application [optional]
Sdk SDKEnum The SDK used to build the application [optional]
IsPaid bool Whether or not the application is paid [optional] [default to false]
DeploymentConfig DeploymentConfig The deployment configuration for the application [optional]
Type string [optional] [readonly] [default to "ApplicationCreate"]

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