ArchAstro. SDK. Types. Operations. PutApiV1ArtifactsArtifact. Input
(archastro v0.3.4)
Copy Markdown
Update an artifact
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PutApiV1ArtifactsArtifact.Input{ description: String.t() | ArchAstro.SDK.Unset.t(), file: ArchAstro.SDK.Types.Operations.PutApiV1ArtifactsArtifact.Input.Nested.File.t() | ArchAstro.SDK.Unset.t(), file_content: String.t() | ArchAstro.SDK.Unset.t(), file_content_type: String.t() | ArchAstro.SDK.Unset.t(), file_name: String.t() | ArchAstro.SDK.Unset.t(), from_version: integer(), name: String.t() | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()