Scenario🔗
TODO: Should this live here given it's not used in the dataquery?
Definition🔗
class Scenario:
"""
TODO: Should this live here given it's not used in the dataquery?
"""
id_val: str
name: str
string_input: str
description: typing.Optional[str]
hide_alias_field: typing.Optional[bool]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.