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