InterestGroupDetails class

The full details of an interest group.

Constructors

InterestGroupDetails({required String ownerOrigin, required String name, required TimeSinceEpoch expirationTime, required String joiningOrigin, String? biddingLogicURL, String? biddingWasmHelperURL, String? updateURL, String? trustedBiddingSignalsURL, required List<String> trustedBiddingSignalsKeys, String? userBiddingSignals, required List<InterestGroupAd> ads, required List<InterestGroupAd> adComponents})
InterestGroupDetails.fromJson(Map<String, dynamic> json)
factory

Properties

adComponents List<InterestGroupAd>
final
ads List<InterestGroupAd>
final
biddingLogicURL String?
final
biddingWasmHelperURL String?
final
expirationTime TimeSinceEpoch
final
hashCode int
The hash code for this object.
no setterinherited
joiningOrigin String
final
name String
final
ownerOrigin String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustedBiddingSignalsKeys List<String>
final
trustedBiddingSignalsURL String?
final
updateURL String?
final
userBiddingSignals String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited