ArchAstro. Types. Operations. PostApiV1Agents. Input. Nested. TemplateBundle
(archastro v0.2.0)
Copy Markdown
TemplateBundle API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundle{ configs: [ ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleConfigsItem.t() ] | ArchAstro.Unset.t(), lookup_key_suffix: String.t() | ArchAstro.Unset.t(), setup_actions: [ ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSetupActionsItem.t() ] | ArchAstro.Unset.t(), skills: [ ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItem.t() ] | ArchAstro.Unset.t(), template: ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()