ErxAuditEvent
public struct ErxAuditEvent : Identifiable, Hashable, CodableRepresents audit events related to Erx Tasks.
- 
                  
                  ErxAuditEvent default initializer DeclarationSwift public init( identifier: String, locale: String? = nil, text: String? = nil, timestamp: String? = nil, taskId: String? = nil, title: String? = nil, agentName: String? = nil, agentTelematikId: String? = nil )
- 
                  
                  Id of the audit event DeclarationSwift public var id: String { get }
- 
                  
                  Identifier of the audit event DeclarationSwift public let identifier: String
- 
                  
                  Locale of the audit event DeclarationSwift public let locale: String?
- 
                  
                  Human-readable text of the audit event DeclarationSwift public let text: String?
- 
                  
                  Timestamp of the audit event DeclarationSwift public let timestamp: String?
- 
                  
                  Identifier of the referenced task in the audit event DeclarationSwift public let taskId: String?
- 
                  
                  Title for the AuditEvent, typically ErxTask name DeclarationSwift public let title: String?
- 
                  
                  The name of the agent performing this event DeclarationSwift public let agentName: String?
- 
                  
                  TelematikId of the agent performing this event DeclarationSwift public let agentTelematikId: String?
 View on GitHub
            View on GitHub
           ErxAuditEvent Structure Reference
      ErxAuditEvent Structure Reference