ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input (archastro v0.2.0)

Copy Markdown

Update an artifact

Summary

Types

t()

@type t() :: %ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input{
  description: String.t() | ArchAstro.Unset.t(),
  file:
    ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input.Nested.File.t()
    | ArchAstro.Unset.t(),
  file_content: String.t() | ArchAstro.Unset.t(),
  file_content_type: String.t() | ArchAstro.Unset.t(),
  file_name: String.t() | ArchAstro.Unset.t(),
  from_version: integer(),
  name: 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()