ListLosingBidsResponse constructor
ListLosingBidsResponse({
- List<
CreativeStatusRow> ? creativeStatusRows, - String? nextPageToken,
Implementation
ListLosingBidsResponse({
this.creativeStatusRows,
this.nextPageToken,
});