PCFFilterEntry

public struct PCFFilterEntry: FilterEntry, Decodable

PCFFilterEntry model.

  • The filter entry value.

    Declaration

    Swift

    public let value: String
  • The filter entry label.

    Declaration

    Swift

    public let label: String
  • The filter entry quantity.

    Declaration

    Swift

    public let quantity: Int
  • hex

    The filter entry hex value.

    Declaration

    Swift

    public let hex: String?
  • The filter entry image pattern.

    Declaration

    Swift

    public let imagePattern: ImageResourceType?
  • The filter entry image pattern.

    Declaration

    Swift

    public init?(json: JSON)

    Parameters

    json

    JSON representation of object.

    Return Value

    New instance when JSON parsing successful, false otherwise.