TwitchEventSub::TwitchEventSubSubscription
Inherits JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
This class encapsulates all of the data for a subscription, allowing it to be serialized and deserialized.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
condition
Sourcecondition=(condition : Hash(String, String))
Sourcecost
Sourcecost=(cost : Int32)
Sourcecreated_at
Sourcecreated_at=(created_at : String)
Sourceid
Sourceid=(id : String)
Sourcestatus
Sourcestatus=(status : String)
Sourcetransport
Sourcetransport=(transport : Hash(String, String))
Sourcetype
Sourcetype=(type : String)
Sourceversion
Sourceversion=(version : String)
Source