Share via


ApplicationProperties Class

The properties associated with the Application.

Constructor

ApplicationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
display_name
str

The display name for the application.

allow_updates

A value indicating whether packages within the application may be overwritten using the same version string.

default_version
str

The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

Attributes

allow_updates

A value indicating whether packages within the application may be overwritten using the same version string.

allow_updates: bool | None

default_version

The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

default_version: str | None

display_name

The display name for the application.

display_name: str | None