ImageInfo¶
- class wwt_api_client.constellations.data.ImageInfo(id: str, handle_id: str, handle: HandleInfo, creation_date: str, wwt: ImageWwt, permissions: ImageContentPermissions, storage: ImageStorage, note: str)[source]¶
Bases:
objectNote that this class is not what is returned by the
/handle/:handle/imageinfoendpoint. That returns aImageSummary.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¶