Class SetTimezoneOverrideCommandSettings
SetTimezoneOverride
public sealed class SetTimezoneOverrideCommandSettings : ICommand
- Inheritance
-
SetTimezoneOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
TimezoneId
Gets or sets the timezoneId
[JsonPropertyName("timezoneId")]
public string TimezoneId { get; set; }