Dataclass for the availability of a certain piece of data
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
is_active
A flag stating whether or not the item in question is in the API.
Sourcepriority
The value of the priority of the item.
Sourcestate
The current state of the item.
Uses the InfoStates enum.
Sourceupdated
the time the data was last updated at
Source