Skip to content

GetVersionInformationResponseDTO

stonepy.models.GetVersionInformationResponseDTO.GetVersionInformationResponseDTO

Bases: ResponseModel

The response containing version information and upgrade URL of the client application.

minimum_required_version class-attribute instance-attribute

minimum_required_version: str | None = Field(
    default=None, alias="MinimumRequiredVersion"
)

The minimum version of the client application that can be used. If the installed version is less than this it shouldn't be used.

latest_version class-attribute instance-attribute

latest_version: str | None = Field(
    default=None, alias="LatestVersion"
)

The latest version of the client application that can be used.

upgrade_url class-attribute instance-attribute

upgrade_url: str | None = Field(
    default=None, alias="UpgradeUrl"
)

The URL of the upgrade.