mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00:00
Add Field.LinkedId (#1617)
This commit is contained in:
@@ -12,10 +12,12 @@ namespace Bit.Core.Models.Data
|
||||
Type = field.Type;
|
||||
Name = field.Name;
|
||||
Value = field.Value;
|
||||
LinkedId = field.LinkedId ?? null;
|
||||
}
|
||||
|
||||
public FieldType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
public int? LinkedId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user