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