Table of Contents

Class GetSamplingProfileResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Memory
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetSamplingProfileResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetSamplingProfileResult>
Inheritance
EmptyResult
GetSamplingProfileResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetSamplingProfileResult(SamplingProfile)

public GetSamplingProfileResult(SamplingProfile Profile)

Parameters

Profile SamplingProfile

Properties

Profile

public SamplingProfile Profile { get; init; }

Property Value

SamplingProfile