struct Pterodactyl::Models::User

Included Modules

Defined in:

models/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def client_api_key : String | Nil #

[View source]
def client_api_key=(client_api_key : String | Nil) #

[View source]
def created_at : Time #

[View source]
def email : String #

[View source]
def external_id : String | Nil #

[View source]
def first_name : String #

[View source]
def id : Int64 #

[View source]
def language : String #

[View source]
def last_name : String #

[View source]
def root_admin : Bool #

[View source]
def two_factor : Bool #

[View source]
def updated_at : Time #

[View source]
def username : String | Nil #

[View source]
def uuid : String #

[View source]