ListCreativesResponse constructor

ListCreativesResponse({
  1. List<Creative>? creatives,
  2. String? nextPageToken,
})

Implementation

ListCreativesResponse({
  this.creatives,
  this.nextPageToken,
});