webknossos.annotation.annotation_info
Data class containing information about a WEBKNOSSOS annotation
#  
AnnotationInfo(
id: str,
owner_id: Union[str, NoneType],
name: str,
description: str,
type: webknossos.annotation.annotation.AnnotationType,
state: webknossos.annotation.annotation.AnnotationState
)
Method generated by attrs for class AnnotationInfo.
Downloads and returns the annotation that is discribed by this AnnotationInfo object