Class GetHeapObjectIdCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V132.HeapProfiler
- Assembly
- WebDriver.dll
Response for GetHeapObjectId
public sealed class GetHeapObjectIdCommandResponse : ICommandResponse<GetHeapObjectIdCommandSettings>, ICommandResponse
- Inheritance
-
GetHeapObjectIdCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
HeapSnapshotObjectId
Gets or sets the heapSnapshotObjectId
[JsonPropertyName("heapSnapshotObjectId")]
public string HeapSnapshotObjectId { get; set; }