ListCachedContentsResponse constructor

ListCachedContentsResponse({
  1. List<CachedContent> cachedContents = const [],
  2. String nextPageToken = '',
})

Implementation

ListCachedContentsResponse({
  this.cachedContents = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);