Class GetObjectByHeapObjectIdCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V131.HeapProfiler
- Assembly
- WebDriver.dll
Response for GetObjectByHeapObjectId
public sealed class GetObjectByHeapObjectIdCommandResponse : ICommandResponse<GetObjectByHeapObjectIdCommandSettings>, ICommandResponse
- Inheritance
-
GetObjectByHeapObjectIdCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
Gets or sets the result
[JsonPropertyName("result")]
public RemoteObject Result { get; set; }