ArchAstro. SDK. Types. Operations. PostApiV1Agents. Input. Nested. TemplateBundle
(archastro v0.3.2)
Copy Markdown
TemplateBundle API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundle{ configs: [ ArchAstro.SDK.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleConfigsItem.t() ] | ArchAstro.SDK.Unset.t(), lookup_key_suffix: String.t() | ArchAstro.SDK.Unset.t(), setup_actions: [ ArchAstro.SDK.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSetupActionsItem.t() ] | ArchAstro.SDK.Unset.t(), skills: [ ArchAstro.SDK.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItem.t() ] | ArchAstro.SDK.Unset.t(), template: ArchAstro.SDK.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleTemplate.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()