NewsDetailDTO¶ stonepy.models.NewsDetailDTO.NewsDetailDTO ¶ Bases: ResponseModel Contains details of a specific news story. story class-attribute instance-attribute ¶ story: str | None = Field(default=None, alias='Story') The detail of the news story. This can contain HTML characters.