ProtoRune.Tools.Ozone.Moderation.Defs.RecordViewDetail (proto_rune v0.1.1)

Generated schema for recordViewDetail

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.Tools.Ozone.Moderation.Defs.RecordViewDetail{
  blobs: [ProtoRune.Tools.Ozone.Moderation.Defs.BlobView.t()],
  cid: String.t(),
  indexed_at: String.t(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  moderation: ProtoRune.Tools.Ozone.Moderation.Defs.ModerationDetail.t(),
  repo: ProtoRune.Tools.Ozone.Moderation.Defs.RepoView.t(),
  uri: String.t(),
  value: any()
}