ReleaseChannelSnapshot Class

Definition

Current state of a release channel.

public sealed record ReleaseChannelSnapshot(string Channel, string LatestVersion, DateTimeOffset PublishedAt, int DeploymentsLast30Days, bool IsPaused) : IEquatable<ReleaseChannelSnapshot>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)