FilteredStreamRule - daneden/Twift GitHub Wiki

FilteredStreamRule

public struct FilteredStreamRule: Codable, Identifiable 

Inheritance

Codable, Identifiable

Nested Type Aliases

ID

public typealias ID = String

Properties

id

Unique identifier of this rule. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

public let id: ID

value

The rule text as submitted when creating the rule.

public let value: String

tag

The tag label as defined when creating the rule.

public let tag: String?