YieldCompletion

// representation for now

Inherit from Completion

Primary key: id: int

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

YieldCompletion::getValue

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

YieldCompletion::__all__

Data constraint method.

pub fn __all__() -> *YieldCompletion;

YieldCompletion::getName

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