TwitchEventSub::TwitchEventSubSubscriptions
Inherits JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
This class wraps up a list of subscriptions, allowing them 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))
Sourcecreated_at
Sourcecreated_at=(created_at : String)
Sourcedata
Sourcedata=(data : Array(TwitchEventSubSubscription))
Sourceid
Sourceid=(id : String)
Sourcelimit
Sourcelimit=(limit : Int32)
Sourcemax_total_cost
Sourcemax_total_cost=(max_total_cost : Int32)
Sourcepagination
Sourcepagination=(pagination : Hash(String, String) | Nil)
Sourcestatus
Sourcestatus=(status : String)
Sourcetotal
Sourcetotal=(total : Int32)
Sourcetotal_cost
Sourcetotal_cost=(total_cost : Int32)
Sourcetransport
Sourcetransport=(transport : Hash(String, String))
Sourcetype
Sourcetype=(type : String)
Sourceversion
Sourceversion=(version : String)
Source