AutoupdateSettings
Namespace: Busy.Bar
All fields are optional for POST requests; only provided fields are updated.
public sealed record class AutoupdateSettings : System.IEquatable`1[[Busy.Bar.AutoupdateSettings, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → AutoupdateSettings
Implements IEquatable<AutoupdateSettings>
Attributes NullableContextAttribute, NullableAttribute
Properties
IsEnabled
public bool? IsEnabled { get; init; }
Property Value
IntervalStart
public string? IntervalStart { get; init; }
Property Value
IntervalEnd
public string? IntervalEnd { get; init; }
Property Value
Constructors
AutoupdateSettings(Boolean?, String, String)
All fields are optional for POST requests; only provided fields are updated.
public AutoupdateSettings(bool? IsEnabled = null, string? IntervalStart = null, string? IntervalEnd = null)
Parameters
IsEnabled Boolean?
IntervalStart String?
IntervalEnd String?