GetNewsDetailResponseDTO¶
stonepy.models.GetNewsDetailResponseDTO.GetNewsDetailResponseDTO
¶
Bases: ResponseModel
The response containing the news story details from the GetNewsDetail request.
news_detail
class-attribute
instance-attribute
¶
news_detail: NewsDetailDTO | None = Field(
default=None, alias="NewsDetail"
)
The details of the news item.