GoogleSearchIdeahubV1betaListIdeasResponse constructor

GoogleSearchIdeahubV1betaListIdeasResponse({
  1. List<GoogleSearchIdeahubV1betaIdea>? ideas,
  2. String? nextPageToken,
})

Implementation

GoogleSearchIdeahubV1betaListIdeasResponse({
  this.ideas,
  this.nextPageToken,
});