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