Class InterestGroupAuctionNetworkRequestCreatedEventArgs
InterestGroupAuctionNetworkRequestCreated
public sealed class InterestGroupAuctionNetworkRequestCreatedEventArgs : EventArgs
- Inheritance
-
InterestGroupAuctionNetworkRequestCreatedEventArgs
- Inherited Members
Properties
Auctions
Gets or sets the auctions
[JsonPropertyName("auctions")]
public string[] Auctions { get; set; }
Property Value
- string[]
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public InterestGroupAuctionFetchType Type { get; set; }