File: generated-code\Models\ImageInfo.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 ImageInfo { public ImageInfo() { } [JsonProperty("Publisher")] public string Publisher { get; set; } [JsonProperty("Offer")] public string Offer { get; set; } [JsonProperty("Sku")] public string Sku { get; set; } [JsonProperty("Version")] public string Version { get; set; } } } |