ListPublisherProfilesResponse constructor

ListPublisherProfilesResponse({
  1. String? nextPageToken,
  2. List<PublisherProfile>? publisherProfiles,
})

Implementation

ListPublisherProfilesResponse({
  this.nextPageToken,
  this.publisherProfiles,
});