ListBidResponseErrorsResponse constructor
ListBidResponseErrorsResponse({
- List<
CalloutStatusRow> ? calloutStatusRows, - String? nextPageToken,
Implementation
ListBidResponseErrorsResponse({
this.calloutStatusRows,
this.nextPageToken,
});