mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-23 09:15:06 +01:00
* Add TIOBE + include SonarAnalyzer.CSharp * . * cp * Copyright © WireMock.Net * more fixes * fix * xpath * if (Matchers == null || !Matchers.Any()) * if (Matchers != null) * ? * . * .
10 lines
202 B
C#
10 lines
202 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Org.Abstractions;
|
|
|
|
public class PostAdminMappingsFindByMetadataResult
|
|
{
|
|
public Mapping[] Mappings { get; set; }
|
|
|
|
public Meta Meta { get; set; }
|
|
} |