FilterStatus

public struct FilterStatus : Codable, Hashable, Identifiable

Undocumented

  • id

    The ID of the FilterStatus in the database.

    Declaration

    Swift

    public var id: String
  • The ID of the Status that will be filtered.

    Declaration

    Swift

    public var status_id: String