mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 08:13:53 +01:00
8 lines
168 B
C#
8 lines
168 B
C#
namespace WireMock.Org.Abstractions;
|
|
|
|
public class PostAdminRecordingsSnapshotResult
|
|
{
|
|
public Mapping[] Mappings { get; set; }
|
|
|
|
public Meta Meta { get; set; }
|
|
} |