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; }