ArchAstro. Types. Operations. PostApiV1SolutionsSolutionUpgrade. Input. Nested. SolutionBundleSkillsItemFilesItem
(archastro v0.2.0)
Copy Markdown
SolutionBundleSkillsItemFilesItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSkillsItemFilesItem{ content: String.t(), content_type: 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()