CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.FilterRule Class Reference
Inheritance diagram for CoreTweet.V2.FilterRule:
CoreTweet.Core.CoreBase

Properties

long Id [get, set]
 ID of the filter rule that matched against the Tweet delivered. More...
 
string Value [get, set]
 The rule text as submitted when creating the filter. More...
 
string Tag [get, set]
 The tag label of the filter rule that matched against the Tweet delivered. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Property Documentation

◆ Id

long CoreTweet.V2.FilterRule.Id
getset

ID of the filter rule that matched against the Tweet delivered.

◆ Tag

string CoreTweet.V2.FilterRule.Tag
getset

The tag label of the filter rule that matched against the Tweet delivered.

◆ Value

string CoreTweet.V2.FilterRule.Value
getset

The rule text as submitted when creating the filter.


The documentation for this class was generated from the following file: