GetAffectedUrlsForThirdPartyCookieMetadataParameter

@Serializable
data class GetAffectedUrlsForThirdPartyCookieMetadataParameter(val firstPartyUrl: String, val thirdPartyUrls: List<String>)

Constructors

constructor(firstPartyUrl: String, thirdPartyUrls: List<String>)

Properties

Link copied to clipboard

The URL of the page currently being visited.

Link copied to clipboard

The list of embedded resource URLs from the page.