ArchAstro. Types. Operations. PostApiV1Agents. Input. Nested. TemplateBundleSkillsItemFilesItem
(archastro v0.2.0)
Copy Markdown
TemplateBundleSkillsItemFilesItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItemFilesItem{ 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()