mirror of
https://github.com/actions/runner.git
synced 2025-12-14 22:24:11 +00:00
.
This commit is contained in:
11
src/Runner.Listener/MessageRef.cs
Normal file
11
src/Runner.Listener/MessageRef.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace GitHub.Runner.Listener
|
||||
{
|
||||
[DataContract]
|
||||
public sealed class MessageRef
|
||||
{
|
||||
[DataMember(Name = "id")]
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user