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