Annotation
open class Annotation : CoatyObjectRepresents an annotation
- 
                  
                  Undocumented DeclarationSwift override open class var objectType: String { get }
- 
                  
                  Specific type of this annotation object DeclarationSwift public var type: AnnotationType
- 
                  
                  UUID of User who created the annotation DeclarationSwift public var creatorId: CoatyUUID
- 
                  
                  Timestamp when annotation was issued/created. Value represents the number of milliseconds since the epoc in UTC. (see Date.getTime(), Date.now()) DeclarationSwift public var creationTimestamp: Double
- 
                  
                  Status of storage DeclarationSwift public var status: AnnotationStatus
- 
                  
                  Array of annotation media variants (optional). A variant is an object with a description key and a download url DeclarationSwift public var variants: [AnnotationVariant]?
- 
                  
                  Default initializer for a n Annotationobject.DeclarationSwift public init(type: AnnotationType, creatorId: CoatyUUID, creationTimestamp: Double, status: AnnotationStatus, name: String = "AnnotationObject", objectType: String = Annotation.objectType, objectId: CoatyUUID = .init(), variants: [AnnotationVariant]? = nil)
- 
                  
                  Undocumented DeclarationSwift public required init(from decoder: Decoder) throws
- 
                  
                  Undocumented DeclarationSwift open override func encode(to encoder: Encoder) throws
 View on GitHub
View on GitHub Annotation Class Reference
        Annotation Class Reference