ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolution (archastro v0.2.0)

Copy Markdown

EntriesItemAgentVariant2SourceSolutionCurrentSolution API model.

Summary

Types

t()

@type t() ::
  %ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolution{
    category_keys: [String.t()] | ArchAstro.Unset.t(),
    created_at: DateTime.t() | ArchAstro.Unset.t(),
    description: String.t() | ArchAstro.Unset.t(),
    events: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(),
    id: String.t(),
    image_url: String.t() | ArchAstro.Unset.t(),
    kind: String.t(),
    latest_solution: String.t() | ArchAstro.Unset.t(),
    latest_version: String.t() | ArchAstro.Unset.t(),
    lookup_key: String.t() | ArchAstro.Unset.t(),
    metadata:
      %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(),
    name: String.t() | ArchAstro.Unset.t(),
    org: String.t() | ArchAstro.Unset.t(),
    org_logo:
      ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo.t()
      | ArchAstro.Unset.t(),
    org_name: String.t() | ArchAstro.Unset.t(),
    org_slug: String.t() | ArchAstro.Unset.t(),
    owners: [String.t()],
    readme_url: String.t() | ArchAstro.Unset.t(),
    screenshot_urls: [String.t()] | ArchAstro.Unset.t(),
    solution_id: String.t() | ArchAstro.Unset.t(),
    solution_version: String.t() | ArchAstro.Unset.t(),
    tag_keys: [String.t()] | ArchAstro.Unset.t(),
    template_kind: String.t() | ArchAstro.Unset.t(),
    templates: [
      ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem.t()
    ],
    updated_at: DateTime.t() | ArchAstro.Unset.t(),
    upgrade_available: boolean(),
    virtual_path: String.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()