Skip to content

Module invenio_rest_api_client.models.geo_json_line_string

Variables

T

Classes

GeoJSONLineString

class GeoJSONLineString(
    type_: invenio_rest_api_client.models.geo_json_line_string_type.GeoJSONLineStringType,
    coordinates: list[list[float]],
    bbox: invenio_rest_api_client.types.Unset | list[float] = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

Attributes:

type_ (GeoJSONLineStringType): coordinates (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]