created_on property
created_on property
The annotation creation date.
Definition:
@property
def created_on(self):
...
@created_on.setter
def created_on(self, value):
...
See Also
- class
AnnotationBase
The annotation creation date.
@property
def created_on(self):
...
@created_on.setter
def created_on(self, value):
...
AnnotationBase