Skip to content

GetMessagePopupResponseDTO

stonepy.models.GetMessagePopupResponseDTO.GetMessagePopupResponseDTO

Bases: ResponseModel

Message popup response denoting whether the client application should display a popup notification at startup.

ask_for_client_approval class-attribute instance-attribute

ask_for_client_approval: bool | None = Field(
    default=None, alias="AskForClientApproval"
)

Flag indicating if the client application asks for client approval.

message class-attribute instance-attribute

message: str | None = Field(default=None, alias='Message')

The message to display to the client.