Class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings
GetAffectedUrlsForThirdPartyCookieMetadata
public sealed class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings : ICommand- Inheritance
- 
      
      GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
FirstPartyUrl
Gets or sets the firstPartyUrl
[JsonPropertyName("firstPartyUrl")]
public string FirstPartyUrl { get; set; }Property Value
ThirdPartyUrls
Gets or sets the thirdPartyUrls
[JsonPropertyName("thirdPartyUrls")]
public string[] ThirdPartyUrls { get; set; }Property Value
- string[]