SceneInfo¶
- class wwt_api_client.constellations.data.SceneInfo(_id: str, creation_date: str, impressions: int, likes: int, clicks: int | None, shares: int | None, text: str, published: bool)[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 ¶