Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 808 Bytes

File metadata and controls

15 lines (10 loc) · 808 Bytes

DeclarativeCustomApplicationSetting

Custom application setting and its value.

Properties

Name Type Description Notes
application_name str The application id
content {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type Free-form JSON content. Maximum supported length is 250000 characters.
id str Custom Application Setting ID.
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]