"""
Contains StandorteigenschaftenGas class
and corresponding marshmallow schema for de-/serialization
"""
from typing import TYPE_CHECKING, Optional
from ..utils import postprocess_docstring
from .com import COM
if TYPE_CHECKING:
from .marktgebietinfo import MarktgebietInfo
# pylint: disable=too-few-public-methods
# pylint: disable=no-name-in-module
[docs]
@postprocess_docstring
class StandorteigenschaftenGas(COM):
"""
Standorteigenschaften der Sparte Gas
.. raw:: html
<object data="../_static/images/bo4e/com/StandorteigenschaftenGas.svg" type="image/svg+xml"></object>
.. HINT::
`StandorteigenschaftenGas JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/com/StandorteigenschaftenGas.json>`_
"""
netzkontonummern: Optional[list[str]] = None #: Netzkontonummern der Gasnetze
marktgebiete: Optional[list["MarktgebietInfo"]] = None #: Die Informationen zu Marktgebieten in dem Netz.