ContentCategoriesListResponse constructor

ContentCategoriesListResponse({
  1. List<ContentCategory>? contentCategories,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

ContentCategoriesListResponse({
  this.contentCategories,
  this.kind,
  this.nextPageToken,
});