docbuild.models.manifest.Product#

class docbuild.models.manifest.Product(/, **data: Any)#

Bases: pydantic.BaseModel

Inheritance diagram of docbuild.models.manifest.Product

Represents a single SUSE product.

{
    "name": "SUSE Linux Enterprise Server",
    "versions": ["16.0"]
}