ImageDetailsList
public struct ImageDetailsList : Codable, Equatable
List of information about the images.
-
The images in the collection.
Declaration
Swift
public var images: [ImageDetails]? -
Information about what might cause less than optimal output.
Declaration
Swift
public var warnings: [Warning]? -
A unique identifier of the request. Included only when an error or warning is returned.
Declaration
Swift
public var trace: String?
View on GitHub
ImageDetailsList Structure Reference