PolarExpress.Schemas.LicenseKeyActivationRead (polar_express v0.2.2)

Copy Markdown View Source

LicenseKeyActivationRead

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.LicenseKeyActivationRead{
  created_at: term(),
  id: term(),
  label: term(),
  license_key: term(),
  license_key_id: term(),
  meta: term(),
  modified_at: term()
}
  • created_at - Format: date-time.
  • id - Format: uuid4.
  • label
  • license_key
  • license_key_id - Format: uuid4.
  • meta
  • modified_at - Nullable.

Functions

schema_name()