Table of Contents

Class GetRelatedWebsiteSetsResult

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

Constructors

GetRelatedWebsiteSetsResult(ImmutableArray<RelatedWebsiteSet>)

public GetRelatedWebsiteSetsResult(ImmutableArray<RelatedWebsiteSet> Sets)

Parameters

Sets ImmutableArray<RelatedWebsiteSet>

Properties

Sets

public ImmutableArray<RelatedWebsiteSet> Sets { get; init; }

Property Value

ImmutableArray<RelatedWebsiteSet>