StackMinorVersion Class

Application stack minor version.

Constructor

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

Variables

Name Description
display_version
str

Application stack minor version (display only).

runtime_version
str

Application stack minor version (runtime only).

is_default

true if this is the default minor version; otherwise, false.

is_remote_debugging_enabled

true if this supports Remote Debugging, otherwise false.

Attributes

display_version

Application stack minor version (display only).

display_version: str | None

is_default

true if this is the default minor version; otherwise, false.

is_default: bool | None

is_remote_debugging_enabled

true if this supports Remote Debugging, otherwise false.

is_remote_debugging_enabled: bool | None

runtime_version

Application stack minor version (runtime only).

runtime_version: str | None