ListCreativeStatusBreakdownByCreativeResponse constructor

ListCreativeStatusBreakdownByCreativeResponse({
  1. List<FilteredBidCreativeRow>? filteredBidCreativeRows,
  2. String? nextPageToken,
})

Implementation

ListCreativeStatusBreakdownByCreativeResponse({
  this.filteredBidCreativeRows,
  this.nextPageToken,
});