Skip to content

StoryResponseDTO

stonepy.models.StoryResponseDTO.StoryResponseDTO

Bases: ResponseModel

The response containing the news story details from the news request.

story class-attribute instance-attribute

story: str | None = Field(default=None, alias='Story')

The news story.

story_in_html class-attribute instance-attribute

story_in_html: str | None = Field(
    default=None, alias="StoryInHtml"
)

The news story in HTML format.