ListPublisherProfilesResponse constructor
ListPublisherProfilesResponse({
- String? nextPageToken,
- List<
PublisherProfile> ? publisherProfiles,
Implementation
ListPublisherProfilesResponse({
this.nextPageToken,
this.publisherProfiles,
});