ArchAstro. Types. Operations. PutApiV1ArtifactsArtifact. Input
(archastro v0.2.0)
Copy Markdown
Update an artifact
Summary
Types
@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
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()