PathGroupInfo
Kind: class
Module/package: models
SDK: pdfdancer-client-python 2.0.0
PathGroupInfo(group_id: str, path_count: int, bounding_box: Dict[str, Any] | None, x: float, y: float)
Declaration
PathGroupInfo(group_id: str, path_count: int, bounding_box: Dict[str, Any] | None, x: float, y: float) -> None
Members
__init__
__init__(self, group_id: str, path_count: int, bounding_box: Dict[str, Any] | None, x: float, y: float) -> None
Initialize self. See help(type(self)) for accurate signature.
from_dict
from_dict(d: Dict[str, Any]) -> 'PathGroupInfo'