Skip to content

LicenseKeyInstance_Attributes

mauryaratan edited this page Feb 5, 2023 · 1 revision

LicenseKeyInstance.Attributes

An object representing the resources data.

public struct Attributes: Codable 

Inheritance

Codable

Properties

licenseKeyId

The ID of the license key this instance belongs to.

public let licenseKeyId: Int

identifier

The unique identifier (UUID) for this instance. This is the instance_id returned when activating a license key.

public let identifier: String

name

The name of the license key instance.

public let name: String

createdAt

An ISO-8601 formatted date-time string indicating when the object was created.

public let createdAt: String

updatedAt

An ISO-8601 formatted date-time string indicating when the object was last updated.

public let updatedAt: String
Types
Global Functions
Clone this wiki locally