XMediator::Api::PrebiddingResults
Container class for the results of a prebid call.
Public Functions
| Name | |
|---|---|
| PrebiddingResults(IEnumerable< PrebidResult > results) | |
| override bool | Equals(object obj) | 
| override int | GetHashCode() | 
| override string | ToString() | 
Protected Functions
| Name | |
|---|---|
| bool | Equals(PrebiddingResults other) | 
Public Properties
| Name | |
|---|---|
| IEnumerable< PrebidResult > | Results A collection of the bidders and their results. | 
Public Functions Documentation
function PrebiddingResults
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Results
A collection of the bidders and their results.
Updated on 2025-06-06 at 15:48:42 +0000