factory DeleteSnapshotResult.fromJson(Map<String, dynamic> json) { return DeleteSnapshotResult( snapshotId: json['SnapshotId'] as String?, ); }