Class SetProtectedAudienceKAnonymityCommandSettings
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
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
Owner
Gets or sets the owner
[JsonPropertyName("owner")]
public string Owner { get; set; }