ListBidResponseErrorsResponse constructor

ListBidResponseErrorsResponse({
  1. List<CalloutStatusRow>? calloutStatusRows,
  2. String? nextPageToken,
})

Implementation

ListBidResponseErrorsResponse({
  this.calloutStatusRows,
  this.nextPageToken,
});