ImageSummary

public struct ImageSummary : Codable, Equatable

Basic information about an image.

  • The identifier of the image.

    Declaration

    Swift

    public var imageID: String?
  • Date and time in Coordinated Universal Time (UTC) that the image was most recently updated.

    Declaration

    Swift

    public var updated: Date?