GetAffectedUrlsForThirdPartyCookieMetadataReturn

@Serializable
data class GetAffectedUrlsForThirdPartyCookieMetadataReturn(val matchedUrls: List<String>)

Constructors

constructor(matchedUrls: List<String>)

Properties

Link copied to clipboard

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.