Share via


Fact Class

Set of key-value pairs. Advantage of this section is that key and value properties will be rendered with default style information with some delimiter between them. So there is no need for developer to specify style information.

Constructor

pydantic model Fact

Parameters

Name Description
key
Required
str

The key for this Fact

value
Required
str

The value for this Fact

Keyword-Only Parameters

Name Description
key
Default value: None
value
Default value: None

Attributes

key

field key: str = None

value

field value: str = None