Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 906 Bytes

App.md

File metadata and controls

17 lines (12 loc) · 906 Bytes

App

An app

Properties

Name Type Description Notes
name str Name of the app
active bool, none_type Is the app active or inactive [optional]
registered bool, none_type Is the app already registered or not [optional]
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type Delivers the apps metadata to handle it in the app store [optional]
version str, none_type the apps version [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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