Timestamps

open class Timestamps : Codable

Represents common timestamps returned from Moltin

  • When the resource was created

    Declaration

    Swift

    public let createdAt: Date
  • When the resource was updated

    Declaration

    Swift

    public let updatedAt: Date?