ListLosingBidsResponse constructor

ListLosingBidsResponse({
  1. List<CreativeStatusRow>? creativeStatusRows,
  2. String? nextPageToken,
})

Implementation

ListLosingBidsResponse({
  this.creativeStatusRows,
  this.nextPageToken,
});