View Source VRChat.Model.GroupAuditLogEntry (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.GroupAuditLogEntry{
  actorDisplayname: String.t() | nil,
  actorId: String.t() | nil,
  created_at: DateTime.t() | nil,
  data: map() | nil,
  description: String.t() | nil,
  eventType: String.t() | nil,
  groupId: String.t() | nil,
  id: String.t() | nil,
  targetId: String.t() | nil
}