ModeratorActionLogData
public struct ModeratorActionLogData : ContentReturns data about an instance of a moderator using their mod powers to edit/delete a user’s content, edit a user’s profile fields, or change a user’s privledges.
- 
                  
                  The ID of this log entry DeclarationSwift var id: UUID
- 
                  
                  What action the moderator took. DeclarationSwift var actionType: ModeratorActionType
- 
                  
                  The type of content that got moderated: Twarrt, forum, forum post, fez, fez post, or user profile. DeclarationSwift var contentType: ReportType
- 
                  
                  The ID of the content. Could be an Int or a UUID, dpeeneding on contentTypeDeclarationSwift var contentID: String
- 
                  
                  When the moderation actdion happened. DeclarationSwift var timestamp: Date
- 
                  
                  The user that did the action DeclarationSwift var moderator: UserHeader
- 
                  
                  The original author of the content that was moderated. DeclarationSwift var targetUser: UserHeader
- 
                  
                  DeclarationSwift init(action: ModeratorAction, on req: Request) throws
 View on GitHub
            View on GitHub
           ModeratorActionLogData Structure Reference
      ModeratorActionLogData Structure Reference