API::V1::Serializers::Instance::Stats
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(user_count : Int64, status_count : Int64, domain_count : Int64)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
domain_count
Sourcedomain_count=(domain_count : Int64)
Sourcestatus_count
Sourcestatus_count=(status_count : Int64)
Sourceuser_count
Sourceuser_count=(user_count : Int64)
Source