PCFFilter

public struct PCFFilter: Filter, Decodable

PCFFilter model.

  • The key used to make a search using this filter.

    Declaration

    Swift

    public let resourceId: String
  • The display name of the filter.

    Declaration

    Swift

    public let name: String
  • Filter entries.

    Declaration

    Swift

    public let entries: [FilterEntryType]
  • Filter entries.

    Declaration

    Swift

    public init?(json: JSON)

    Parameters

    json

    JSON representation of object.

    Return Value

    New instance when JSON parsing successful, false otherwise.