Skip to content

NewsDTO

stonepy.models.NewsDTO.NewsDTO

Bases: ResponseModel

A headline and story for a news item.

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.