Completion

Primary key: id: int

schema Completion { @primary id: int, name: string } 

Completion::getName

pub fn getName(self: Completion) -> string; 

Completion::__all__

Data constraint method.

pub fn __all__() -> *Completion; 

Completion::getValue

pub fn getValue(self: Completion) -> int;