InterestGroupAuctionNetworkRequestCreatedEvent class
Constructors
-
InterestGroupAuctionNetworkRequestCreatedEvent({required InterestGroupAuctionFetchType type, required RequestId requestId, required List<
InterestGroupAuctionId> auctions}) -
InterestGroupAuctionNetworkRequestCreatedEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
auctions
→ List<
InterestGroupAuctionId> -
This is the set of the auctions using the worklet that issued this
request. In the case of trusted signals, it's possible that only some of
them actually care about the keys being queried.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestId → RequestId
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → InterestGroupAuctionFetchType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited