Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.63 KB

Application.md

File metadata and controls

25 lines (21 loc) · 1.63 KB

Application

Properties

Name Type Description Notes
deployment_config DeploymentConfig The deployment configuration for the application [optional]
description str A description of the application [optional] [default to '']
has_been_deployed bool Whether or not the application has been deployed
id str The application ID
image str An image associated with the application [optional] [default to 'https://picsum.photos/400']
is_paid bool Whether or not the application is paid [optional] [default to False]
keywords list[str] A list of keywords associated with the application [optional] [default to []]
license str The license of the application [optional]
name str The name of the application. Must be unique to a given owner
owner AccountPublic The application owner
permissions UserPermission
public bool Whether or not a application is publicly viewable [optional] [default to True]
sdk SDKEnum The SDK used to build the application [optional]
slug str The application name in slug format
source str A link to the source code of the application [optional]
url str The URL of the application deployment [optional]

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