ArchAstro.SDK.Types.Operations.GetApiV1ConfigSystem.Response.Nested.DataItemCurrentVersion (archastro v0.3.1)

Copy Markdown

DataItemCurrentVersion API model.

Summary

Types

t()

@type t() ::
  %ArchAstro.SDK.Types.Operations.GetApiV1ConfigSystem.Response.Nested.DataItemCurrentVersion{
    change_description: String.t() | ArchAstro.SDK.Unset.t(),
    content_hash: String.t() | ArchAstro.SDK.Unset.t(),
    created_at: DateTime.t() | ArchAstro.SDK.Unset.t(),
    data:
      %{optional(String.t()) => ArchAstro.SDK.JSON.t()}
      | ArchAstro.SDK.Unset.t(),
    id: String.t(),
    org: String.t() | ArchAstro.SDK.Unset.t(),
    sandbox: String.t() | ArchAstro.SDK.Unset.t(),
    source_solution_config_version: String.t() | ArchAstro.SDK.Unset.t(),
    version_number: integer()
  }

Functions

from_map(data)

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

matches?(value)

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

to_map(value)

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