factory DeleteDirectoryResult.fromJson(Map<String, dynamic> json) { return DeleteDirectoryResult( directoryId: json['DirectoryId'] as String?, ); }