Module invenio_rest_api_client.models.geo_json_polygon
Variables
T
Classes
GeoJSONPolygon
class GeoJSONPolygon(
type_: invenio_rest_api_client.models.geo_json_polygon_type.GeoJSONPolygonType,
coordinates: list[list[list[float]]],
bbox: invenio_rest_api_client.types.Unset | list[float] = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
Attributes:
type_ (GeoJSONPolygonType): coordinates (list[list[list[float]]]): bbox (Union[Unset, list[float]]):
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
bbox
coordinates
type_
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]