HandlePermissions¶
- class wwt_api_client.constellations.data.HandlePermissions(handle: str, view_dashboard: bool)[source]¶
Bases:
objectAttributes 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¶