CreativesListResponse constructor

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

Implementation

CreativesListResponse({this.creatives, this.kind, this.nextPageToken});