ListAdUnitsResponse constructor

ListAdUnitsResponse({
  1. List<AdUnit>? adUnits,
  2. String? nextPageToken,
})

Implementation

ListAdUnitsResponse({
  this.adUnits,
  this.nextPageToken,
});