List<int>? get space_ids => this._space_ids;
set space_ids(List<int>? space_ids) { this._space_ids = space_ids; }