Map<String, dynamic> toJson() { final workspaceId = this.workspaceId; return { if (workspaceId != null) 'WorkspaceId': workspaceId, }; }