ExBifrost.Model.AuditAttachment (ex_bifrost v0.1.0)

Copy Markdown View Source

Additional CADF data attached to an event.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AuditAttachment{
  content: String.t(),
  contentType: String.t(),
  name: String.t()
}

Functions

decode(value)