Class LoadSnapshotCommandResponse
Response for Returns the snapshot identifier.
public sealed class LoadSnapshotCommandResponse : ICommandResponse<LoadSnapshotCommandSettings>, ICommandResponse
- Inheritance
-
LoadSnapshotCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
SnapshotId
The id of the snapshot.
[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }