struct Pterodactyl::Models::ApplicationServer

Included Modules

Defined in:

models/servers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def allocation_id : Int64 #

[View source]
def container : Container #

getter pack : Int64 # NOTE: need more info on what a pack is


[View source]
def created_at : Time #

[View source]
def description : String #

def egg_id : Int64 #

[View source]
def external_id : Int64 | Nil #

[View source]
def feature_limits : FeatureLimits #

def id : Int64 #

[View source]
def identifier : String #

def limits : Limits #

def name : String #

def nest_id : Int64 #

[View source]
def node_id : Int64 #

[View source]
def status : String | Nil #

[View source]
def suspended : Bool #

[View source]
def updated_at : Time #

[View source]
def user_id : Int64 #

[View source]
def uuid : String #