Class RestartFrameCommandSettings
RestartFrame
public sealed class RestartFrameCommandSettings : ICommand
- Inheritance
-
RestartFrameCommandSettings
- Implements
- Inherited Members
Properties
CallFrameId
Gets or sets the callFrameId
[JsonPropertyName("callFrameId")]
public string CallFrameId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Mode
Gets or sets the mode
[JsonPropertyName("mode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Mode { get; set; }