Class RequestMemoryDumpCommandResponse
Response for RequestMemoryDump
public sealed class RequestMemoryDumpCommandResponse : ICommandResponse<RequestMemoryDumpCommandSettings>, ICommandResponse
- Inheritance
-
RequestMemoryDumpCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DumpGuid
Gets or sets the dumpGuid
[JsonPropertyName("dumpGuid")]
public string DumpGuid { get; set; }
Property Value
Success
Gets or sets the success
[JsonPropertyName("success")]
public bool Success { get; set; }