Class MakeSnapshotCommandResponse
Response for MakeSnapshot
public sealed class MakeSnapshotCommandResponse : ICommandResponse<MakeSnapshotCommandSettings>, ICommandResponse
- Inheritance
-
MakeSnapshotCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
SnapshotId
Gets or sets the snapshotId
[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }