class

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

condition
Source
condition=(condition : Hash(String, String))
Source
created_at
Source
created_at=(created_at : String)
Source
data
Source
data=(data : Array(TwitchEventSubSubscription))
Source
id=(id : String)
Source
limit
Source
limit=(limit : Int32)
Source
max_total_cost
Source
max_total_cost=(max_total_cost : Int32)
Source
pagination
Source
pagination=(pagination : Hash(String, String) | Nil)
Source
status
Source
status=(status : String)
Source
total
Source
total=(total : Int32)
Source
total_cost
Source
total_cost=(total_cost : Int32)
Source
transport
Source
transport=(transport : Hash(String, String))
Source
type
Source
type=(type : String)
Source
version
Source
version=(version : String)
Source