GetInterestGroupDetailsReturn

@Serializable
data class GetInterestGroupDetailsReturn(val details: Map<String, JsonElement>)

Constructors

Link copied to clipboard
constructor(details: Map<String, JsonElement>)

Properties

Link copied to clipboard
val details: Map<String, JsonElement>

This largely corresponds to: https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup but has absolute expirationTime instead of relative lifetimeMs and also adds joiningOrigin.