GetInterestGroupDetailsResponse

@Serializable
data class GetInterestGroupDetailsResponse(val details: JsonObject)

Response type for the StorageDomain.getInterestGroupDetails command.

Constructors

Link copied to clipboard
constructor(details: JsonObject)

Properties

Link copied to clipboard
val details: JsonObject

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