Skip to content

ApiClientCommunicationUpdateResponseDTO

stonepy.models.ApiClientCommunicationUpdateResponseDTO.ApiClientCommunicationUpdateResponseDTO

Bases: ResponseModel

Response to a ClientCommunicationMessageUpdate (obsolete) service call. Returns a boolean flag indicating whether the message update was retrieved.

success class-attribute instance-attribute

success: bool | None = Field(default=None, alias='Success')

Flag indicating whether the request was completed successfully.