SceneHydrated¶
- class wwt_api_client.constellations.data.SceneHydrated(id: str, handle_id: str, handle: wwt_api_client.constellations.data.HandleInfo, creation_date: str, likes: int, liked: bool, impressions: int, clicks: int | None, shares: int | None, place: wwt_api_client.constellations.data.ScenePlace, content: wwt_api_client.constellations.data.SceneContentHydrated, text: str, previews: wwt_api_client.constellations.data.ScenePreviews)[source]¶
Bases:
object
Attributes Summary
Methods Summary
from_dict
(kvs, *[, infer_missing])from_json
(s, *[, parse_float, parse_int, ...])schema
(*[, infer_missing, only, exclude, ...])to_dict
([encode_json])to_json
(*[, skipkeys, ensure_ascii, ...])Attributes Documentation
- dataclass_json_config = {'undefined': Undefined.EXCLUDE}¶
Methods Documentation
- classmethod from_dict(kvs: dict | list | str | int | float | bool | None, *, infer_missing=False) A ¶
- classmethod from_json(s: str | bytes | bytearray, *, parse_float=None, parse_int=None, parse_constant=None, infer_missing=False, **kw) A ¶