Nuon.Model.ServiceCreateAppInstallerRequest (nuon v0.19.90)

Summary

Types

@type t() :: %Nuon.Model.ServiceCreateAppInstallerRequest{
  app_id: String.t(),
  description: String.t(),
  links: Nuon.Model.ServiceCreateAppInstallerRequestLinks.t() | nil,
  name: String.t(),
  post_install_markdown: String.t() | nil,
  slug: String.t()
}

Functions