Polarex.LicenseKeyActivationRead (Polarex v0.1.0)

View Source

Provides struct and type for a LicenseKeyActivationRead

Summary

Types

t()

@type t() :: %Polarex.LicenseKeyActivationRead{
  created_at: DateTime.t(),
  id: String.t(),
  label: String.t(),
  license_key: Polarex.LicenseKeyRead.t(),
  license_key_id: String.t(),
  meta: Polarex.Meta.t(),
  modified_at: DateTime.t() | nil
}