File: generated-code\Models\CustomImagePrepared.cs
Web Access
Project: src\src\Microsoft.DotNet.Helix\Client\CSharp\Microsoft.DotNet.Helix.Client.csproj (Microsoft.DotNet.Helix.Client)
using System;
using System.Collections.Immutable;
using Newtonsoft.Json;
 
namespace Microsoft.DotNet.Helix.Client.Models
{
    public partial class CustomImagePrepared
    {
        public CustomImagePrepared()
        {
        }
 
        [JsonProperty("Name")]
        public string Name { get; set; }
 
        [JsonProperty("System")]
        public string System { get; set; }
 
        [JsonProperty("Version")]
        public string Version { get; set; }
    }
}