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