Class SnapshotCommandLogCommandResponse
Response for SnapshotCommandLog
public sealed class SnapshotCommandLogCommandResponse : ICommandResponse<SnapshotCommandLogCommandSettings>, ICommandResponse
- Inheritance
-
SnapshotCommandLogCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CommandLog
Gets or sets the commandLog
[JsonPropertyName("commandLog")]
public object[] CommandLog { get; set; }
Property Value
- object[]