Table of Contents

Class SetProtectedAudienceKAnonymityCommandSettings

Namespace
OpenQA.Selenium.DevTools.V137.Storage
Assembly
WebDriver.dll

SetProtectedAudienceKAnonymity

public sealed class SetProtectedAudienceKAnonymityCommandSettings : ICommand
Inheritance
SetProtectedAudienceKAnonymityCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Hashes

Gets or sets the hashes

[JsonPropertyName("hashes")]
public string[] Hashes { get; set; }

Property Value

string[]

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Owner

Gets or sets the owner

[JsonPropertyName("owner")]
public string Owner { get; set; }

Property Value

string