ArchAstro.Types.BugReport (archastro v0.2.0)

Copy Markdown

A bug report or freeform feedback submission from any ArchAstro client. Bug reports are write-only for the submitting user and are not returned by any public list or show endpoint.

Summary

Types

t()

@type t() :: %ArchAstro.Types.BugReport{
  app: String.t() | ArchAstro.Unset.t(),
  client: String.t(),
  client_version: String.t(),
  context: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(),
  created_at: DateTime.t() | ArchAstro.Unset.t(),
  description: String.t(),
  id: String.t(),
  org: String.t() | ArchAstro.Unset.t(),
  sandbox: String.t() | ArchAstro.Unset.t(),
  team: String.t() | ArchAstro.Unset.t(),
  updated_at: DateTime.t() | ArchAstro.Unset.t()
}

Functions

from_map(data)

@spec from_map(ArchAstro.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.JSON.object()