Source code for bo4e.com.marktgebietinfo

"""
Contains Marktgebietinfo class
and corresponding marshmallow schema for de-/serialization
"""

from bo4e.com.com import COM

# pylint: disable=too-few-public-methods


[docs]class MarktgebietInfo(COM): """ Informationen zum Marktgebiet im Gas. .. raw:: html <object data="../_static/images/bo4e/com/MarktgebietInfo.svg" type="image/svg+xml"></object> .. HINT:: `MarktgebietInfo JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/Hochfrequenz/BO4E-python/main/json_schemas/com/MarktgebietInfo.json>`_ """ # required attributes marktgebiet: str #: Der Name des Marktgebietes marktgebietcode: str #: Die standardisierte Codenummer des Marktgebietes