InterestGroupDetails class
The full details of an interest group.
Constructors
-
InterestGroupDetails({required String ownerOrigin, required String name, required TimeSinceEpoch expirationTime, required String joiningOrigin, String? biddingUrl, 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
- biddingUrl → 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