AdsListResponse constructor

AdsListResponse({
  1. List<Ad>? ads,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

AdsListResponse({this.ads, this.kind, this.nextPageToken});