mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
8 lines
185 B
C#
8 lines
185 B
C#
namespace SK.DevTeam
|
|
{
|
|
public class RunInSandboxRequest
|
|
{
|
|
public AddToPRRequest PrRequest { get; set; }
|
|
public string SanboxOrchestrationId { get; set; }
|
|
}
|
|
} |