Table of Contents

Class StopRuleUsageTrackingResult

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

Constructors

StopRuleUsageTrackingResult(ImmutableArray<RuleUsage>)

public StopRuleUsageTrackingResult(ImmutableArray<RuleUsage> RuleUsage)

Parameters

RuleUsage ImmutableArray<RuleUsage>

Properties

RuleUsage

public ImmutableArray<RuleUsage> RuleUsage { get; init; }

Property Value

ImmutableArray<RuleUsage>