here.platform.model.subscription module

here.platform.model.subscription module

HERE platform module

class here.platform.model.subscription.InteractiveMapSubscription(json_dict: Dict[str, Any])
Bases: JsonDictDocument

This class handles parses InteractiveMap Subscription json response.

property created: str
The created time string value of InteractiveMapSubscription

property description: str
The description value of InteractiveMapSubscription

property destination_catalog: str
The destinationCatalog value of InteractiveMapSubscription

property destination_layer: str
The destinationLayer value of InteractiveMapSubscription

property interactive_map_subscription: dict
The interactiveMapSubscription value of InteractiveMapSubscription

property owner: dict
The owner value of InteractiveMapSubscription

property source_catalog: str
The sourceCatalog value of InteractiveMapSubscription

property source_layer: str
The sourceLayer value of InteractiveMapSubscription

property status: Dict[Any, Any]
The status of InteractiveMapSubscription

property status_token: str | None
The statusToken value of InteractiveMapSubscription

property subscription_hrn: str
The subscriptionHrn value of InteractiveMapSubscription

property subscription_name: str
The subscriptionName value of InteractiveMapSubscription

property updated: str
The updated time string value of InteractiveMapSubscription

property version: int
The version value of InteractiveMapSubscription

class here.platform.model.subscription.InteractiveMapSubscriptionStatus(json_dict: Dict[str, Any])
Bases: JsonDictDocument

This class handles parses InteractiveMap Subscription Status json response.

property status: str
The status value of InteractiveMapSubscriptionStatus

property subscription_hrn: str
The subscriptionHrn value of InteractiveMapSubscriptionStatus

class here.platform.model.subscription.InteractiveMapSubscriptionType(value)
Bases: Enum

Enum for InteractiveMapSubscriptionType

CONTENT_CHANGE = 'contentChange'

PER_FEATURE = 'perFeature'

PER_TRANSACTION = 'perTransaction'

class here.platform.model.subscription.InteractiveMapUnsubscribe(json_dict: Dict[str, Any])
Bases: JsonDictDocument

This class handles parses InteractiveMap Unsubscribe json response.

property status: str
The status value of InteractiveMapUnsubscribe

property status_token: str | None
The statusToken value of InteractiveMapUnsubscribe

property subscription_hrn: str
The subscriptionHrn value of InteractiveMapUnsubscribe