mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 10:45:02 +01:00
Add Sonar Client to update permissions and tags in Sonar Projects to new team structure Related work items: #125680
6 lines
110 B
C#
6 lines
110 B
C#
namespace AzureRestApi.Models.Api;
|
|
|
|
public class ApiResponse<T>
|
|
{
|
|
public List<T>? value { get; set; }
|
|
} |