mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
azure functions project
This commit is contained in:
10
util/Function/Models/ListResult.cs
Normal file
10
util/Function/Models/ListResult.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Bit.Function.Models
|
||||
{
|
||||
public class ListResult
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public List<AccessRuleResultResponse> Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user