Class GetAffectedUrlsForThirdPartyCookieMetadataCommandResponse
Response for Returns the list of URLs from a page and its embedded resources that match existing grace period URL pattern rules. https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period
public sealed class GetAffectedUrlsForThirdPartyCookieMetadataCommandResponse : ICommandResponse<GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings>, ICommandResponse
- Inheritance
-
GetAffectedUrlsForThirdPartyCookieMetadataCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
MatchedUrls
Array of matching URLs. If there is a primary pattern match for the first- party URL, only the first-party URL is returned in the array.
[JsonPropertyName("matchedUrls")]
public string[] MatchedUrls { get; set; }
Property Value
- string[]