Skip to content

Commit

Permalink
Templates - Summary class add new property for 11.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Oct 6, 2021
1 parent 80b5f0a commit 980d53d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -10,6 +10,7 @@ public class Summary
public bool Active { get; set; }
public int Id { get; set; }
public string Name { get; set; }
public int PasswordTypeId { get; set; }
public int SecretCount { get; set; }
}
}

0 comments on commit 980d53d

Please sign in to comment.