Skip to content

ApiPrimaryMarketTagDTO

stonepy.models.ApiPrimaryMarketTagDTO.ApiPrimaryMarketTagDTO

Bases: ResponseModel

Market tag information extended to include a list of child tags.

children class-attribute instance-attribute

children: list[ApiMarketTagDTO] | None = Field(
    default=None, alias="Children"
)

The list of child tags associated with this market tag