in src/SentinelUtilities/SentinelPortal/bookmark_helper.py [0:0]
def __init__(self,
bookmark_name,
subscription_id,
resource_group_name,
workspace_name,
bookmark_properties):
self.name = bookmark_name
self.type = Constants.TYPE
self.etag = Constants.ETAG
self.properties = bookmark_properties
self.bookmark_resource_base = Constants.BOOKMARK_RESOURCE_BASE.format(subscription_id, resource_group_name, workspace_name)
self.id = self.bookmark_resource_base + Constants.BOOKMARK_ID.format(bookmark_properties.bookmarkId)