Nuon.Model.AppAppSecret (nuon v0.19.109)

Summary

Types

@type t() :: %Nuon.Model.AppAppSecret{
  app_id: String.t() | nil,
  created_at: String.t() | nil,
  created_by: Nuon.Model.AppUserToken.t() | nil,
  created_by_id: String.t() | nil,
  id: String.t() | nil,
  length: integer() | nil,
  name: String.t() | nil,
  org_id: String.t() | nil,
  updated_at: String.t() | nil
}

Functions