List<IdName>? get spaces => this._spaces;
set spaces(List<IdName>? spaces) { this._spaces = spaces; }