PCFImageResource

public struct PCFImageResource: ImageResource, Decodable

PCFImageResource model

  • url

    Full URL to download the image.

    Declaration

    Swift

    public let url: URL
  • Represents the context in which the image should be used.

    Declaration

    Swift

    public let usage: String
  • Represents the context in which the image should be used.

    Declaration

    Swift

    public init?(json: JSON)

    Parameters

    json

    JSON representation of object.

    Return Value

    New instance when JSON parsing successful, false otherwise.