ArchAstro. Types. Operations. PostApiV1SolutionsSolutionUpgrade. Input. Nested. SolutionBundleSolutionFilesItem
(archastro v0.2.0)
Copy Markdown
SolutionBundleSolutionFilesItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSolutionFilesItem{ content: String.t(), content_type: String.t() | ArchAstro.Unset.t(), data_encoding: String.t() | ArchAstro.Unset.t(), relative_path: String.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()