EntityAdWordsLinks constructor

EntityAdWordsLinks({
  1. List<EntityAdWordsLink>? items,
  2. int? itemsPerPage,
  3. String? kind,
  4. String? nextLink,
  5. String? previousLink,
  6. int? startIndex,
  7. int? totalResults,
})

Implementation

EntityAdWordsLinks({
  this.items,
  this.itemsPerPage,
  this.kind,
  this.nextLink,
  this.previousLink,
  this.startIndex,
  this.totalResults,
});